-
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
Installing realm on RN 0.74.1 does not compile the app as it adds RN 0.75.2 and gradle version 8.7 #6875
Comments
➤ PM Bot commented: Jira ticket: RJS-2899 |
Is this issue in progress? |
you can try: app/build.gradle
// It will be at the bottom of the file.
android/gradle/wrapper/gradle-wrapper.properties It works for me |
Same problem here |
How frequently does the bug occur?
Always
Description
I have been trying to install realm on my react-native app. After intalling the app asks for gradle version 8.7. When I check the app it adds RN 0.75.2 because I think somewhere there is a condition which says > 0.68.
I tried upgrading my entire project to 0.75.2 but then it does not compile. The build process gets stuck at app.
Stacktrace & log output
Can you reproduce the bug?
Always
Reproduction Steps
Start an app in 0.74.1. Add realm and @relam/react. Try compiling the application. It asks for gradle 8.7.
Version
12.3.1
What services are you using?
Local Database only
Are you using encryption?
No
Platform OS and version(s)
React-native 0.74.1
Build environment
Which debugger for React Native: ..
Windows is my operating system. And using JAVA. Not sure what else is there.
Cocoapods version
No response
The text was updated successfully, but these errors were encountered: