[IOS] React-Native 0.28.0 App not running in IOS 10 and Xcode 8
See original GitHub issueHello,
As @nickstamas said in #8108 there is an Problem with running an React Native App in Xcode 8 and IOS 10. I get same output such as:
nw_endpoint_flow_protocol_disconnected [1.1 ::1.8081 cancelled socket-flow (null)] Output protocol disconnected
Images of the App are just shown with the gray light blue weird background color (see Picture). And my app also seems unresponsive in the Simulator.
Is there a workaround for this Problem yet? Or can anyone help to solve this Problem?
Thx Alex
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top Results From Across the Web
React Native app doesn't load on IOS versions 11 and 12
When a user opens the app (from a physical device or a simulator) it just shows a blank screen and close (looks like...
Read more >how to debug when react native app doesnt start on ios ...
Try build app in release mode. Edit scheme. Select Run tab; Select Info tab; Change Build Configuration to Release; Build and run project....
Read more >Release Notes for Acoustic Mobile SDKs
10.x (using Cordova iOS plug-in 6.2.1 and Cordova Android plug-in 10.1.1 ) ... push message actions may not function on iOS 13.0 when...
Read more >EAS build on iOS fails - #5 by mccancem
My EAS build on iOS keeps failing. I've searched all over but can't determine the cause or solution. It works fine with expo...
Read more >Running On Simulator
If you have multiple iOS versions installed, you also need to specify it's appropiate version. E.g. run npx react-native run-ios --simulator=' ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
That fix as well as upgrading to RN 0.33.0 (along with React 15.3.1) seems to work.
It looks like this commit is in the master branch no? It’s tagged with the release candidate for version 0.34, but it’s also tagged with prior releases, specifically 0.29, so it should already be merged in.
Another reputable source: https://twitter.com/vjeux/status/742651239922606080
Have there been any issues running iOS 10 or Xcode 8?