-
Notifications
You must be signed in to change notification settings - Fork 159
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
unable to integrate in react-native version > 60.4 #52
Comments
I fixed this by installing |
yeah with
info Linking "realm" iOS dependency Ticket can be closed I guess. |
Note, realm only supports Node 8 & Node 10 right now. |
Further to this, if using pods on iOS, running "yarn install" or "yarn add" breaks the pod install for realm. Also, no need to manually link when auto linking is available. |
Same happens for me using RN 0.61.5 |
@sgeier Did you install any specific version of Realm or latest one ? |
@sshanzel Did you able to solve it ? |
i am trying to add this library in react native version 60.4 for android but it is giving error. The error is related to realm and when i link the react-native link realm then it says node_package does not have realm. please resolve this issue.
The text was updated successfully, but these errors were encountered: