Skip to content

Instantly share code, notes, and snippets.

@Silverwolf90
Last active May 2, 2017 13:48
Show Gist options
  • Save Silverwolf90/8251b2f0c3d39737c9c0c7279fa1f835 to your computer and use it in GitHub Desktop.
Save Silverwolf90/8251b2f0c3d39737c9c0c7279fa1f835 to your computer and use it in GitHub Desktop.
pod 'React', :path => './node_modules/react-native', :subspecs => [
'Core',
'RCTText',
'RCTImage',
'RCTNetwork',
'RCTWebSocket',
'RCTAnimation',
# Add any other subspecs you want to use in your project
]
pod 'Yoga', :path => './node_modules/react-native/ReactCommon/yoga'
pod 'react-native-fetch-blob', :path => './node_modules/react-native-fetch-blob'
pod 'react-native-orientation-listener', :path => './node_modules/react-native-orientation-listener'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment