jeanregisser / react-native-popover

A <Popover /> component for react-native
660 stars 176 forks source link

NSInvalidArgumentException on real device (not sim) #5

Open alexrabarts opened 9 years ago

alexrabarts commented 9 years ago

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.

Any ideas what might be causing this? I was running react-native-popover on react-native 0.10 without any issues.

Thanks,

Alex