-
Notifications
You must be signed in to change notification settings - Fork 576
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
libary instalation issue #6750
Comments
➤ PM Bot commented: Jira ticket: RJS-2844 |
Can you share some details on the bandwidth of your network connection? Do you experience this with the latest version of our package as well? Or is it specifically |
Internet speed below screenshot and latest version installed successfully but my react native not supported. can you guide me which version support to my react native version |
Am I correct in my understanding that you're using React Native < 0.69.0? If that's the case, we unfortunately cannot justify supporting a release candidate version of our library compatible with a React Native version that has dropped out of support long time ago (as such - I'll close the issue). Good news is that since v12.11.0 our prebuild binaries no longer have a tight coupling to the JSI ABI. We haven't tested the v12.11.0 release with React Native 0.69.0, but there's a chance that it actually might "just work" ™️. If you're feeling adventurous, please consider taking it for a spin in your app - if it builds, you should be good 👍 |
i am using react native 0.66.5 I will try and let you |
@kraenhansen after libary install facing below issue FAILURE: Build failed with an exception.
groovy.lang.GroovyRuntimeException: null. BuildScript
Caused by: org.codehaus.groovy.syntax.SyntaxException: Operator ("===" at 34:30: "===" ) not supported @ line 34, column 30. 1 error |
How frequently does the bug occur?
Always
Description
Description
library is unable to install continue. showing install process
package.json
"react-native": "0.66.5",
"realm": "11.0.0-rc.0",
"@realm/react": "0.3.0",
Stacktrace & log output
Can you reproduce the bug?
Always
Reproduction Steps
add package.json above mention library version and install node modules
Version
11.0.0-rc.0
What services are you using?
Local Database only
Are you using encryption?
No
Platform OS and version(s)
android and ios
Build environment
Which debugger for React Native: ..
Cocoapods version
cocoapods-1.15.2
The text was updated successfully, but these errors were encountered: