react-native-activity-feed
react-native-activity-feed copied to clipboard
Activity Content Add Read More and Read Less functionality : (Causing refresh issue)
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
