Skip to content

Commit e706fb7

Browse files
add React-fishhook dependency
1 parent 307b733 commit e706fb7

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)