react-native-activity-feed
react-native-activity-feed copied to clipboard
Cant view own singlepost
Setup (always fill this in):
- iOS or Android?only tested on android so far
- Expo or regular React Native? expo
- React Native Version: sdk-41
react-native-activity-feedorexpo-activity-feedversion:npm list --pattern <package-name>/yarn list --pattern <package-name>expo-activity-feedgetstreamversion:npm list --pattern getstream/yarn list --pattern getstream"^7.2.9", Describe the bug
When I try to view a singplepost with comments of another user it works fine, as expected. But when I try to view my own singplepost (using the exact same logic) it wont render.
I've tried many things. I'm using redux. I know the data is passing over. Again, its the exact same logic.
Is this a known issue, or is there something I'm supposed to do differently when viewing own posts?
Oh wait... you have to follow yourself? Seems weird. Is that expected behavior?