Closed GeorgeTsendra closed 8 months ago
:warning: | Unsupported Version of React Native |
---|---|
:information_source: | It looks like your issue or the example you provided uses an unsupported version of React Native. Due to the number of issues we receive, we're currently only accepting new issues against one of the supported versions. Please upgrade to latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If you cannot upgrade, please open your issue on StackOverflow to get further community support. |
:warning: | Missing Reproducible Example |
---|---|
:information_source: | We could not detect a reproducible example in your issue report. Please provide either:
|
We can't help without a reproducer sadly. You're also on a unsupported version of React Native
:warning: | Issue is a Question |
---|---|
:information_source: | We are using GitHub issues exclusively to track bugs in the core React Native library. Please try asking over on Stack Overflow as it is better suited for this type of question. |
Description
I have updated the project from RN 0.69.9 to 0.70.15, in android everything is okay, iOS builds successfully but it closes immediately.
I have added a hermes to the
xcode > build phases > Link binary with Libraries
and it has no helped me.this is my package.json
Steps to reproduce
1 install node modules (yarn) 2 install pods (pod install) 3 start localhost (yarn start => expo start --dev-client) 4 build ios by Xcode
React Native Version
0.70.15
Affected Platforms
Runtime - iOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
/
Screenshots and Videos
it looks like in the video from this issue (https://github.com/facebook/react-native/issues/34608).