You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invariant Violation: NetInfo has been removed from React Native. It can now be installed and imported from 'react-native-netinfo' instead of 'react-native'. See https://github.com/react-native-community/react-native-netinfo This error is located at: in Chat (created by Context.Consumer) in ThemeProvider (created by Context.Consumer) in ThemedChat (at ChannelScreen.js:31) in RCTSafeAreaView (at SafeAreaView.js:55) in SafeAreaView (at ChannelScreen.js:30)
I am following the tutorial at https://getstream.io/chat/react-native-chat/tutorial/
This happens with latest expo sdk 36.
Hey @familywiser1 , thanks for brining this to our attention. We have fixed this issue and made the sdk compatible with Expo36 as part of v0.5.0. Cheers :)
Invariant Violation: NetInfo has been removed from React Native. It can now be installed and imported from 'react-native-netinfo' instead of 'react-native'. See https://github.com/react-native-community/react-native-netinfo This error is located at: in Chat (created by Context.Consumer) in ThemeProvider (created by Context.Consumer) in ThemedChat (at ChannelScreen.js:31) in RCTSafeAreaView (at SafeAreaView.js:55) in SafeAreaView (at ChannelScreen.js:30)
I am following the tutorial at https://getstream.io/chat/react-native-chat/tutorial/
This happens with latest expo sdk 36.
I think the problem is here - https://github.com/GetStream/stream-chat-react-native/blob/master/expo-package/src/index.js
The text was updated successfully, but these errors were encountered: