mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-19 09:01:58 +08:00
493 B
493 B
title, description
| title | description |
|---|---|
| iOS Setup | Manually integrate Remote Config into your iOS application. |
iOS Setup
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/config/ios'
end
Manual iOS Integration via Frameworks
TODO