Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Upgrade react-native to 0.61.2 in android #26

Open
satp8 opened this issue Dec 10, 2019 · 7 comments
Open

Upgrade react-native to 0.61.2 in android #26

satp8 opened this issue Dec 10, 2019 · 7 comments
Assignees

Comments

@satp8
Copy link

satp8 commented Dec 10, 2019

  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.

@friedger friedger self-assigned this Dec 10, 2019
@friedger
Copy link
Collaborator

@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 friedger changed the title app crash in android Upgrade react-native to 0.61.2 in android Dec 10, 2019
@feruzm
Copy link

feruzm commented Dec 30, 2019

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

@FrankyHo
Copy link

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

I am using RN0.61.3, works fine.

@feruzm
Copy link

feruzm commented Dec 31, 2019

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!

@friedger
Copy link
Collaborator

friedger commented Dec 31, 2019 via email

@FrankyHo
Copy link

FrankyHo commented Jan 2, 2020

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

@uonuon
Copy link

uonuon commented Mar 26, 2020

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants