Skip to content

Commit 51b9a2e

Browse files
authored
Merge pull request #45 from LukeSugiura/master-cli-v2
[cli-v2] Fix pod dependency error
2 parents 4abde00 + e706fb7 commit 51b9a2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/ios/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ target 'HelloWorld' do
66
pod 'React', :path => '../node_modules/react-native/'
77
pod 'React-Core', :path => '../node_modules/react-native/React'
88
pod 'React-DevSupport', :path => '../node_modules/react-native/React'
9+
pod 'React-fishhook', :path => '../node_modules/react-native/Libraries/fishhook'
910
pod 'React-RCTActionSheet', :path => '../node_modules/react-native/Libraries/ActionSheetIOS'
1011
pod 'React-RCTAnimation', :path => '../node_modules/react-native/Libraries/NativeAnimation'
1112
pod 'React-RCTBlob', :path => '../node_modules/react-native/Libraries/Blob'

0 commit comments

Comments
 (0)