blockstack-react-native icon indicating copy to clipboard operation
blockstack-react-native copied to clipboard

Upgrade react-native to 0.61.2 in android

Open satp8 opened this issue 5 years ago • 7 comments

  1. 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 avatar Dec 10 '19 07:12 satp8

@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.

friedger avatar Dec 10 '19 10:12 friedger

Would be great to get support for latest version 0.61.5 or 0.61+

feruzm avatar Dec 30 '19 10:12 feruzm

Would be great to get support for latest version 0.61.5 or 0.61+

I am using RN0.61.3, works fine.

FrankyHo avatar Dec 31 '19 10:12 FrankyHo

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!

feruzm avatar Dec 31 '19 10:12 feruzm

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 .

friedger avatar Dec 31 '19 11:12 friedger

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..

FrankyHo avatar Jan 02 '20 10:01 FrankyHo

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:+

uonuon avatar Mar 26 '20 11:03 uonuon