1

I am getting this Exception when running react-native run-ios. While running android version, everything is alright.

Some ideas how to solve this error?

enter image description here

2
  • This is something related to your app dependencies, some of them not working properly on iOS (some which relates to networking). Are you able to list your dependencies? Commented Aug 9, 2018 at 11:24
  • Yes, here they are: imgur.com/a/K0VfYJC Thanks. Commented Aug 9, 2018 at 11:46

1 Answer 1

1

Looks like this is something related to React Native version and iOS device (maybe iPhone X)

So I guess you could try different versions of react native (others 55.x or event 54)

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

1 Comment

Thanks, I solved the problem myself but react native upgrade was also a part of solution. Problem was also with react native filesystem.

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.