React Native <= 0.63
Setting up this library is a little bit trickier for IOS
rathen than Android
.
#
1. Add a Bridging HeaderSince this library uses Swift
, you'll need to generate a Bridging Header
from Xcode
.
#
2. Modify AppDelegate.mModify your app delegate like the following:
#
3. Update Podfile#
3.1. Update IOS TargetModify the IOS target like the following:
#
3.2. Disable Input and Output PathsAdd disable input output paths like the following:
#
3.3. Disable Module Headers in DoubleConversion, glog and FollyDisable module headers for DoubleConversion, Glog and Folly like the following:
#
3.4. Enable Modular HeadersAdd support for module headers like the following:
#
Install PodsInstall pods by running the following commands:
With those steps fully completed, we should be able to build the IOS app accordangly.