Files
react-native-firebase/docs/remote-config/ios.md
2019-08-21 10:07:13 +01:00

511 B

title, description
title description
iOS Setup Manually integrate Remote Config into your iOS application.

iOS Manual Linking

Manual iOS Integration via CocoaPods

The following steps are only required if your environment does not have access to React Native auto-linking.

Add Remote Config Pod

ios/Podfile:

// ..
target 'app' do
  // ..
  pod 'RNFBConfig', :path => '../node_modules/@react-native-firebase/remote-config/ios'
end

Manual iOS Integration via Frameworks

TODO