-
Notifications
You must be signed in to change notification settings - Fork 585
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
Missing binary on Android with RN 0.76 & Expo SDK 52 #6933
Comments
➤ PM Bot commented: Jira ticket: RJS-2921 |
Added repro sample project. This is a clean expo project with just realm added.
|
I am experiencing the same issue since updating to Expo 52 and React Native 0.76.1. |
I did some quick checking and after running |
This is happening because Expo SDK 52 has removed Although it's a breaking change, it is only briefly mentioned in their blog post:
The fix is to add |
Ah awesome, thanks for the clarification. I'll test this later today and close the ticket. |
@alexphl Thank you this solved my issue. |
Thanks so much! |
Thanks for the suggestion, but Is there a plan to make realm-js to work with expo-modules-autolinking? |
Since the notice of deprecation, we don't plan to add any new features to the SDK. That being said, if this was provided as a PR from the community, we would love to review and likely merge it. |
fcking legend |
hey guys, i have a bare react native app which is using realm. it is working fine in developement but when i release it for android |
I have the same issue. Adding Update: It was my EAS builds that weren't working. Fixed by adding to my eas profile ( "env": {
"EXPO_USE_COMMUNITY_AUTOLINKING": "1"
} |
What worked for my bare react-native(0.76.5) app that only wishes to use in
in
and in
|
still can't find the realm in |
Are you using Expo? If so, see #6933 (comment) |
yes, but i dont have the eas.json file since i'm using android studio to build; or is there any other way to link it? |
I see... Hmm, if you're using Expo, I don't think you should be using Android Studio to build. You're at least not making it easy for yourself. You'll need a way to set You know, you don't need to use the cloud service EAS. You can use the |
How frequently does the bug occur?
Always
Description
Since upgrading to Expo SDK 52 & RN 0.76, any Android build fails with "Could not find binary" error.
All troubleshooting steps were taken, none helped.
Stacktrace & log output
No response
Can you reproduce the bug?
Always
Reproduction Steps
Version
12.14.0
What services are you using?
Local Database only
Are you using encryption?
Yes
Platform OS and version(s)
Android 14
Build environment
Tried both RN DevTools and Expo Dev Client
Cocoapods version
No response
The text was updated successfully, but these errors were encountered: