We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d711e commit 289c065Copy full SHA for 289c065
example/ios/Podfile
@@ -27,6 +27,8 @@ target 'ReactNativeSdkExample' do
27
:app_path => "#{Pod::Config.instance.installation_root}/.."
28
)
29
30
+ pod 'Iterable-iOS-SDK', :git => 'https://github.com/Iterable/iterable-swift-sdk.git', :branch => 'hotfix/MOB-12091-temp-fix'
31
+
32
post_install do |installer|
33
# https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/react_native_pods.rb#L197-L202
34
react_native_post_install(
0 commit comments