I have facing problem whenever I create a new React Native project. displayed red screen, and got following error message in the xcode console.
3 Answers
Hi I had the same problem. Found the solution in here : https://github.com/facebook/react-native/issues/11384
TL;DR : There seems to be a problem with [email protected]^
So just start the tutorial again and use: react-native init AwesomeProject --version 0.38.0.
This solved the problem for me.
Have fun
1 Comment
neiker
Fixed on 0.39.2 github.com/facebook/react-native/compare/v0.39.1...v0.39.2
It could be that you are using the ** operator somewhere. Use Math.pow instead. ** is not supported when debug js remotely is disabled for some reason. https://github.com/facebook/react-native/issues/11371
1 Comment
whtlnv
Thanks. This is still an issue with React Native 0.49

