react-native-activity-feed icon indicating copy to clipboard operation
react-native-activity-feed copied to clipboard

Activity Content Add Read More and Read Less functionality : (Causing refresh issue)

Open haresh12 opened this issue 3 years ago • 0 comments

Setup (always fill this in):

  • iOS or Android : both
  • Expo or regular React Native : Expo
  • React Native Version: 0.64.3
  • expo-activity-feed
  • "expo-activity-feed": "1.1.0",

Describe the bug In flatfeed component for Activity => Content when we are trying to add read more and read less functionality no first issue is that Flatfeed in not getting refreshed after any state changes now solution for that may be we can use setListRef and then refresh flatlist by our self but with that every time we refresh flatlist that pull to refresh loader is showing how can we solve this issue.

To Reproduce set dynamic content to activity => content it won't to changed after state get changed (Because flat feed not refreshing) Expected behavior Able to implement Read More Read Less functionality with pre build component WhatsApp Image 2022-06-03 at 8 06 43 AM

haresh12 avatar Jun 03 '22 02:06 haresh12