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
{{ message }}
This repository was archived by the owner on Aug 1, 2023. It is now read-only.
In example/package.json has react-native@0.61.2 version and react-native-blockstack require peer dependency of react-native@0.60.2 also in example/android/app/build has implementation "com.facebook.react:react-native:0.59.9 and in blockstack/android has implementation "com.facebook.react:react-native:0.59.9
if i make all in react-native@0.60.2 then app crash.
what should i do.