-
Notifications
You must be signed in to change notification settings - Fork 577
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 v0.45.0-rc.3] [iOS] Realm has no setter or ivar for its bridge #1049
Comments
+1 |
+1. this is blocking us from updating to RN 0.45. |
Is there a recent version of ReactNative that still works with Realm? I am getting set up with Realm for the first time and I am happy to roll back RN temporarily to get experience with Realm. |
It works fine in 0.44. Just the latest release that introduced this issue. |
+1 |
There is a same issue in RN repo but solutions from this tread can not help me |
Also getting this error, also tried solutions in link @SoundBlaster mentioned, did not help me either. Project was working fine until I updated to RN 0.45 today. |
What is the solution for this? |
Right now, you should just use RN 0.44.3 or under. And wait for the next release of realm fixes it or a new update from RN. |
Hope can support RN 0.45 soon, THX |
Folks, #1065 fixes this issue. We'll try to make a new release as soon as possible, but in the mean time you can just apply the changes to |
@fealebenpae it works fine in debug mode but I get the same error in release mode. |
@aparedes thanks, I'll check it out. What are your Xcode and React Native versions? |
@fealebenpae Xcode 8.3.3 and ReactNative 0.45.1 |
* Support the new React Native C++ bridge Fixes #1049 * address code review comments * handle the case when the websocket executor does not exist
Please do regression test on react-native (release-build mode) |
@fealebenpae Installed and working 😌 , any ETA for tag? in the mean time... $ npm install realm/realm-js#237e1ba --save |
When trying to use Realm in the soon-to-be-stable v0.45 of React Native the
setBridge
function fails with the following (which causes the exception in the issue title to show in a red box) on https://github.com/realm/realm-js/blob/master/react-native/ios/RealmReact/RealmReact.mm#L275I'm assuming this has to do with the newer C++ bridge.
The text was updated successfully, but these errors were encountered: