Skip to main content

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 of Flatlist

Changes in below models

Below keys have been removed Post model

  • communityId
  • userId

Changes in Attachment model

Changes in Activity model


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.