We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I'm seeing the following error on a real device (iPhone 6S) but not in the simulator:
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Invalid number value (NaN) in JSON write'
The error occurs in node_modules/react-native/React/Base/RCTUtils.m:45 of react-native 0.14.2.
node_modules/react-native/React/Base/RCTUtils.m:45
Any ideas what might be causing this? I was running react-native-popover on react-native 0.10 without any issues.
Thanks,
Alex
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'm seeing the following error on a real device (iPhone 6S) but not in the simulator:
The error occurs in
node_modules/react-native/React/Base/RCTUtils.m:45
of react-native 0.14.2.Any ideas what might be causing this? I was running react-native-popover on react-native 0.10 without any issues.
Thanks,
Alex
The text was updated successfully, but these errors were encountered: