I have updated react-native to 0.76 in my application.
When I run android build with react-native set to 0.76, I get the following error
ERROR Error: Could not find the Realm binary. Please consult our troubleshooting guide: https://www.mongodb.com/docs/realm-sdks/js/latest/#md:. troubleshooting-missing-binary, js engine: hermes
I accessed the url in this message and saw the following solution.
Afterwards, try and rebuild for Android. If you are still encountering problems, ensure that node_moduels/realm/react-native/android/src/main/jniLibs contains a realm binary for your architecture. If this is missing, try reinstalling the realm npm package.
However, I cannot find the react-native folder under node_moduels/realm/.
I deleted node_modules and reinstalled it, but it didn't make any difference.
How frequently does the bug occur?
Always
Description
I have updated react-native to 0.76 in my application. When I run android build with react-native set to 0.76, I get the following error
I accessed the url in this message and saw the following solution.
However, I cannot find the react-native folder under
node_moduels/realm/
. I deleted node_modules and reinstalled it, but it didn't make any difference.My node_modules/realm/ looks like this
Stacktrace & log output
No response
Can you reproduce the bug?
Always
Reproduction Steps
No response
Version
12.14.0
What services are you using?
Local Database only
Are you using encryption?
-- select --
Platform OS and version(s)
android
Build environment
Cocoapods version
No response