React Native troubleshoot guide

Common issues with React Native integrations

1. Invalid parameter not satisfying: !stayUp

Solution: Add background modes as per this guide

2. Use of '@import' when C++ modules are disabled

Solution:

In Xcode, in the Build Settings, filter for "allow non-modular" and Enable "Allow Non-modular includes in Framework modules"

Filter from "other c++", and add -fcxx-modules to both debug and release

Last updated