Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React Native isn't build on latest version of SoLoader #34143

Closed
seventhmoon opened this issue Jul 6, 2022 · 7 comments
Closed

React Native isn't build on latest version of SoLoader #34143

seventhmoon opened this issue Jul 6, 2022 · 7 comments
Labels
Resolution: Fixed A PR that fixes this issue has been merged.

Comments

@seventhmoon
Copy link

Description

SoLoader recently fixed a few app crashing issues. The latest version is 0.10.4

However, the ReactAndroid is still using 0.10.3

Version

0.69.1

Output of npx react-native info

N/A

Steps to reproduce

N/A

Snack, code example, screenshot, or link to a repository

https://github.com/facebook/SoLoader/releases/tag/v0.10.4

@Yandamuri
Copy link

Yandamuri commented Jul 8, 2022

facing same issue. I am using SoLoader 0.10.3

@simpleton
Copy link
Member

Thanks for raising this issue. Updated in 1237952

@cortinico
Copy link
Contributor

Closing as SoLoader has been updated in 1237952 as mentioned

@Yandamuri
Copy link

@cortinico @simpleton I am in React-Native 0.67.

I am able to get rid of this issue only by enabling Hermes.

Can you please let me know hw can I resolve this issue with out enabling Hermes?

@cortinico
Copy link
Contributor

Can you please let me know hw can I resolve this issue with out enabling Hermes?

You can add a dependency in you android/app/build.gradle file as follows:

implementation("com.facebook.soloader:soloader:0.10.4")

@AamirHafiez
Copy link

@cortinico How do we get this fixed in an existing react native v0.64 project having Hermes enabled?

Thanks.

@cortinico
Copy link
Contributor

@cortinico How do we get this fixed in an existing react native v0.64 project having Hermes enabled?

The fixes I suggested adds a dependency that will get transitively applied to all the modules. So it should work for all the RN versions, modulo soloarders incompatibilities if the version bump is too high.

@cortinico cortinico added Resolution: For Stack Overflow A question for Stack Overflow. Applying this label will cause issue to be closed. Resolution: Fixed A PR that fixes this issue has been merged. and removed Needs: Triage 🔍 Resolution: For Stack Overflow A question for Stack Overflow. Applying this label will cause issue to be closed. labels Aug 5, 2022
@facebook facebook deleted a comment from github-actions bot Aug 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Fixed A PR that fixes this issue has been merged.
Projects
None yet
Development

No branches or pull requests

5 participants