3

I have facing problem whenever I create a new React Native project. displayed red screen, and got following error message in the xcode console.

enter image description here

enter image description here

1

3 Answers 3

4

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

Sign up to request clarification or add additional context in comments.

1 Comment

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

Thanks. This is still an issue with React Native 0.49
-2

try this

react-native init AwesomeProject

cd AwesomeProject

react-native run-ios

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.