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 9b961a5 commit 74a2886Copy full SHA for 74a2886
example/ios/Podfile
@@ -1,7 +1,7 @@
1
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
2
require_relative '../node_modules/react-native/scripts/react_native_pods'
3
4
-platform :ios, '15.1'
+platform :ios, '15.0'
5
use_native_modules!
6
7
target 'IntercomReactNativeExample' do
@@ -14,7 +14,6 @@ target 'IntercomReactNativeExample' do
14
)
15
16
pod 'intercom-react-native', :path => '../..'
17
- pod 'boost', :podspec => '../node_modules/react-native/third-party-podspecs/boost.podspec'
18
19
# Enables Flipper.
20
#
0 commit comments