blockstack-react-native
blockstack-react-native copied to clipboard
Upgrade react-native to 0.61.2 in android
- In example/package.json has [email protected] version and react-native-blockstack require peer dependency of [email protected] 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 [email protected] then app crash. what should i do.
@satp8 Thanks for reporting.
Upgrading from 59 to 60+ requires some adjustments like described here: https://stackoverflow.com/questions/57036317/react-native-java-lang-unsatisfiedlinkerror-couldnt-find-dso-to-load-libherm
I renamed the issue to make this clear.
Would be great to get support for latest version 0.61.5 or 0.61+
Would be great to get support for latest version 0.61.5 or 0.61+
I am using RN0.61.3, works fine.
Would be great to get support for latest version 0.61.5 or 0.61+
I am using RN0.61.3, works fine.
Have you had to make manual changes into blockstack-react-native
? I know it works if you do manual changes into library. Would you mind sharing what you did to get it working? Thanks!
I am happy to merge pull requests!
Feruz M [email protected] schrieb am Di., 31. Dez. 2019, 11:21:
Would be great to get support for latest version 0.61.5 or 0.61+
I am using RN0.61.3, works fine.
Have you had to make manual changes into blockstack-react-native ? I know it works if you do manual changes into library. Would you mind sharing what you did to get it working? Thanks!
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/blockstack/blockstack-react-native/issues/26?email_source=notifications&email_token=AALBYWKVFEM4VIXYYCZCO7DQ3MMI5A5CNFSM4JY2FN72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEH4AX7Q#issuecomment-569904126, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALBYWKY526JEXR5JEXSV6DQ3MMI5ANCNFSM4JY2FN7Q .
Would be great to get support for latest version 0.61.5 or 0.61+
I am using RN0.61.3, works fine.
Have you had to make manual changes into
blockstack-react-native
? I know it works if you do manual changes into library. Would you mind sharing what you did to get it working? Thanks!
yes, I do some modify on putimage in bytecode.
I am looking for update, for some new feature and putfile by password..
i am facing the same issue, it will be fixed if we changed
"com.facebook.react:react-native:0.59.9
to
com.facebook.react:react-native:+