-
Notifications
You must be signed in to change notification settings - Fork 69
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
UnsatisfiedLinkError issue on first build (React Native v0.69) #148
Comments
A temporary workaround for minimize compile time: |
@jhen0409 could you share the full command and log for your first build? |
Build logs here (`./gradlew clean :app:assmebleDebug`)
If you want to see the build log with |
Any update on this issue? |
# Why fix #148 # How might be a AGP 7 issue: https://issuetracker.google.com/issues/195318431. this pr references the fix from software-mansion/react-native-reanimated#3056 and uses `afterEvaluate` rather than `tasks.whenTaskAdded`.
@jhen0409 thanks for the great help. published react-native-v8@1.5.3 with the fix 🚀 |
See the error report
The first build doesn't seem to include the DSO files of react-native-v8, I see that the apk size is incorrect:
./gradlew clean
+ rebuild: apk size is 45.6MBI've create a example project for reproduce the issue, it just an initial project and followed react-native-v8 setup: https://github.com/jhen0409/react-native-v8-issue-on-0.69
My environment is macOS with M1 Max chip.
I got this issue when I try to upgrade from RN 0.68 to 0.69.
The text was updated successfully, but these errors were encountered: