Skip to content

Commit c466394

Browse files
lmiller1990andpor
authored andcommitted
Include Yoga as a dependency in podfile to work with React Native 0.44 (#162)
1 parent 90fe7a2 commit c466394

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
platform :ios, '8.0'
22
target 'AwesomeProject' do
3+
pod 'Yoga', :path => '../node_modules/react-native/ReactCommon/yoga'
34
pod 'React', :path => '../node_modules/react-native'
45
pod 'react-native-sqlite-storage', :path => '../node_modules/react-native-sqlite-storage'
56
end

0 commit comments

Comments
 (0)