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 307b733 commit e706fb7Copy full SHA for e706fb7
template/ios/Podfile
@@ -6,6 +6,7 @@ target 'HelloWorld' do
6
pod 'React', :path => '../node_modules/react-native/'
7
pod 'React-Core', :path => '../node_modules/react-native/React'
8
pod 'React-DevSupport', :path => '../node_modules/react-native/React'
9
+ pod 'React-fishhook', :path => '../node_modules/react-native/Libraries/fishhook'
10
pod 'React-RCTActionSheet', :path => '../node_modules/react-native/Libraries/ActionSheetIOS'
11
pod 'React-RCTAnimation', :path => '../node_modules/react-native/Libraries/NativeAnimation'
12
pod 'React-RCTBlob', :path => '../node_modules/react-native/Libraries/Blob'
0 commit comments