Application Android et IOS pour l'amicale des élèves https://play.google.com/store/apps/details?id=fr.amicaleinsat.application
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Podfile 679B

123456789101112131415161718192021
  1. require_relative '../node_modules/react-native/scripts/react_native_pods'
  2. require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
  3. target 'Campus' do
  4. # Permissions
  5. permissions_path = '../node_modules/react-native-permissions/ios'
  6. pod 'Permission-Notifications', :path => "#{permissions_path}/Notifications.podspec"
  7. pod 'Permission-Camera', :path => "#{permissions_path}/Camera.podspec"
  8. # Enables Flipper.
  9. #
  10. # Note that if you have use_frameworks! enabled, Flipper will not work and
  11. # you should disable these next few lines.
  12. # use_flipper!
  13. # post_install do |installer|
  14. # flipper_post_install(installer)
  15. # end
  16. end