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
another issue - @react-native-community/netinfo latest version 11.1.1 does not work on Expo. so not only is there a peer dependency issue, its just flat out broken. the modal does not show up.
β Prerequisites
magic-sdk
)?π Description
The latest Expo version expects
@react-native-community/netinfo
to be 9.3.10, but@magic-sdk/react-native-expo
expects any version above 11.0.0.This is flagged while running
npm i
as well asnpx expo-doctor
, and is causing instability in our app.𧩠Steps to Reproduce
npx expo-doctor
π€ Expected behavior
I would expect no errors and no peer dependency issues.
π» Error Output from Terminal
In this code sample, the last
console.log()
never returns anything.π Environment
@magic-sdk/react-native-expo
@react-native-community/netinfo
expo
react-native
The text was updated successfully, but these errors were encountered: