- Initial commit

This commit is contained in:
2019-07-09 03:48:02 -04:00
commit 8ecf036cc4
105 changed files with 11254 additions and 0 deletions

22
ios/Podfile Normal file
View File

@@ -0,0 +1,22 @@
platform :ios, '9.0'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
target 'Eventment' do
# Pods for Eventment
target 'EventmentTests' do
inherit! :search_paths
# Pods for testing
end
use_native_modules!
end
target 'Eventment-tvOS' do
# Pods for Eventment-tvOS
target 'Eventment-tvOSTests' do
inherit! :search_paths
# Pods for testing
end
end