-
Notifications
You must be signed in to change notification settings - Fork 584
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
App crashes on RN0.74 when launching #6818
Comments
➤ PM Bot commented: Jira ticket: RJS-2875 |
The version that you're referencing is ~ 7 months old and a lot has happened since. Most notably, we implemented a new scheduler, relying more on the React Native |
@kraenhansen thanks for the info, able to get it launch successfully after upgrading to |
@anniewey From v12.11.0 our releases are not tied so closely to RN releases and we should make it more clear in the documentation. |
How frequently does the bug occur?
Always
Description
After installing realm, the app crashes / quit unexpectedly when launching. Only tested on iOS, yet to try on Android.
Issue looks similar to #6008
Stacktrace & log output
Can you reproduce the bug?
Always
Reproduction Steps
Creating new bare RN project
npx @react-native-community/cli@latest init AwesomeProject
cd ios && pod install
npm run ios
- App is launched successfullyAdding realm to new project based on compatibility doc
yarn add [email protected]
yarn add @realm/[email protected]
cd ios && pod install
npm run ios
- App crashes at launch with errorsVersion
12.5.1
What services are you using?
Local Database only
Are you using encryption?
No
Platform OS and version(s)
iOS 17.4
Build environment
Cocoapods version
1.15.2
The text was updated successfully, but these errors were encountered: