Open likeaj6 opened 2 years ago
Setup (always fill this in):
react-native-activity-feed
expo-activity-feed
getstream
Describe the bug
Cannot render FlatFeed in a component wrapped with a react-redux Provider, causes app to become unresponsive
To Reproduce Steps to reproduce the behavior:
// other imports... import { Provider } from 'react-redux'; export default function FeedScreen(props) { return ( <Provider store={store}> <SafeAreaView style={{ flex: 1, backgroundColor: Colors.darkTintColor}}> <StreamApp apiKey='blahblah' appId='blahblahblahblahblahblah' token='blahblahblahblahblahblah'> <FlatFeed /> <StatusUpdateForm/> </StreamApp> </SafeAreaView> </Provider>) }
Setup (always fill this in):
react-native-activity-feed
orexpo-activity-feed
version: 1.1.1getstream
version: "getstream": 7.4.1Describe the bug
Cannot render FlatFeed in a component wrapped with a react-redux Provider, causes app to become unresponsive
To Reproduce Steps to reproduce the behavior: