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
Flashlist
instead ofFlatlist
Changes in below models
Below keys have been removed Post
model
communityId
userId
Changes in Attachment
model
- Added
height
inLMAttachmentMetaViewData
- Added
width
inLMAttachmentMetaViewData
- Updated key
AttachmentType
totype
inLMAttachmentViewData
- Updated key
AttachmentMeta
tometaData
inLMAttachmentViewData
Changes in Activity
model
- Updated
entityType
toActivityEntityType
- Updated
action
toActivityActionType
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.