Versions v1.16.0 or below to v1.17.0
This guide provides an overview of the key changes in v1.17.0 of the LikeMinds Feed React Native SDK and instructions for updating your project from v1.16.0 or below.
Key Updates in v1.17.0
- Performance improvement in feed through implementation of
Flashlistinstead ofFlatlist
Changes in below models
Below keys have been removed Post model
communityIduserId
Changes in Attachment model
- Added
heightinLMAttachmentMetaViewData - Added
widthinLMAttachmentMetaViewData - Updated key
AttachmentTypetotypeinLMAttachmentViewData - Updated key
AttachmentMetatometaDatainLMAttachmentViewData
Changes in Activity model
- Updated
entityTypetoActivityEntityType - Updated
actiontoActivityActionType
Migration Step
Install the below library
npm install @shopify/flash-list@1.8.0
By following these steps, you can migrate seamlessly to v1.17.0 and take advantage newly introduced features and customizations.