Skip to content
New issue

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

FlatFeed not compatible with react-redux #252

Open
likeaj6 opened this issue Jan 20, 2022 · 0 comments
Open

FlatFeed not compatible with react-redux #252

likeaj6 opened this issue Jan 20, 2022 · 0 comments

Comments

@likeaj6
Copy link

likeaj6 commented Jan 20, 2022

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-feed or expo-activity-feed version: 1.1.1
  • getstream version: "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>)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant