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 90fe7a2 commit c466394Copy full SHA for c466394
Podfile
@@ -1,5 +1,6 @@
1
platform :ios, '8.0'
2
target 'AwesomeProject' do
3
+ pod 'Yoga', :path => '../node_modules/react-native/ReactCommon/yoga'
4
pod 'React', :path => '../node_modules/react-native'
5
pod 'react-native-sqlite-storage', :path => '../node_modules/react-native-sqlite-storage'
6
end
0 commit comments