-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Description
Setup (always fill this in):
- iOS or Android? iOS
- Expo or regular React Native? Regular React Native
- React Native Version: 0.64.0
react-native-activity-feedorexpo-activity-feedversion: 1.1.1getstreamversion: "getstream": 7.4.1
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>)
}
Metadata
Metadata
Assignees
Labels
No labels