React Native Iphone App fails to start for "attempted to use private field on non-instance"


If I comment out that line, the mobile app starts fine in the Iphone simulator

How can I get rid of this error besides commenting out the offending line?

Thanks

Can you update to the latest version of the JS SDK? This has been fixed.

5.1.0 Works. Thank you