Advertisement
kiojiotisha

pot

Oct 1st, 2019
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. platform :ios, '10.0'
  2. require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
  3. target 'fgbmfimobile' do
  4.  
  5. # Pods for RnDiffApp
  6. permissions_path = '../node_modules/react-native-permissions/ios'
  7.  
  8. pod 'Permission-Camera', :path => "#{permissions_path}/Camera.podspec"
  9. pod 'React', :path => '../node_modules/react-native/'
  10. pod 'React-Core', :path => '../node_modules/react-native/React'
  11. pod 'React-DevSupport', :path => '../node_modules/react-native/React'
  12. pod 'React-RCTActionSheet', :path => '../node_modules/react-native/Libraries/ActionSheetIOS'
  13. pod 'React-RCTAnimation', :path => '../node_modules/react-native/Libraries/NativeAnimation'
  14. pod 'React-RCTBlob', :path => '../node_modules/react-native/Libraries/Blob'
  15. pod 'React-RCTImage', :path => '../node_modules/react-native/Libraries/Image'
  16. pod 'React-RCTLinking', :path => '../node_modules/react-native/Libraries/LinkingIOS'
  17. pod 'React-RCTNetwork', :path => '../node_modules/react-native/Libraries/Network'
  18. pod 'React-RCTSettings', :path => '../node_modules/react-native/Libraries/Settings'
  19. pod 'React-RCTText', :path => '../node_modules/react-native/Libraries/Text'
  20. pod 'React-RCTVibration', :path => '../node_modules/react-native/Libraries/Vibration'
  21. pod 'React-RCTWebSocket', :path => '../node_modules/react-native/Libraries/WebSocket'
  22. pod 'React-cxxreact', :path => '../node_modules/react-native/ReactCommon/cxxreact'
  23. pod 'React-jsi', :path => '../node_modules/react-native/ReactCommon/jsi'
  24. pod 'React-jsiexecutor', :path => '../node_modules/react-native/ReactCommon/jsiexecutor'
  25. pod 'React-jsinspector', :path => '../node_modules/react-native/ReactCommon/jsinspector'
  26. pod 'yoga', :path => '../node_modules/react-native/ReactCommon/yoga'
  27. pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
  28. pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'
  29. pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'
  30. target 'fgbmfimobileTests' do
  31. inherit! :search_paths
  32. # Pods for testing
  33. end
  34. use_native_modules!
  35. end
  36. target 'fgbmfimobile-tvOS' do
  37. # Pods for RnDiffApp-tvOS
  38. target 'fgbmfimobile-tvOSTests' do
  39. inherit! :search_paths
  40. # Pods for testing
  41. end
  42. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement