Hello,
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

The commit purported to provide iOS 10 support is slated to be released with version 0.29:
https://github.com/facebook/react-native/commit/7c8b91442b3547cf94c752f234210bef0848c00a
Seems to be now waiting for 0.34 :(
That can be a problem with many user moving to ios 10 later this week !
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?
Well we still have problems with Xcode 8 and need to do the work around describe in https://github.com/facebook/react-native/issues/8584 ...
Didn't yet do full test on iOS 10
That fix as well as upgrading to RN 0.33.0 (along with React 15.3.1) seems to work.
Most helpful comment
That fix as well as upgrading to RN 0.33.0 (along with React 15.3.1) seems to work.