We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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>) }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: