forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
24 lines (18 loc) · 831 Bytes
/
Podfile
File metadata and controls
24 lines (18 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
platform :ios, '9.0'
require_relative '../scripts/autolink-ios'
target 'RNTester' do
# Uncomment for Swift
# use_frameworks!
project 'RNTesterPods.xcodeproj'
# Enable TurboModule
use_react_native!(path: "..", turbo_modules_enabled: true)
pod 'React-turbomodule-samples', :path => '../ReactCommon/turbomodule/samples'
# Additional Pods which aren't included in the default Podfile
pod 'React-RCTCameraRoll', :path => '../Libraries/CameraRoll'
pod 'React-ART', :path => '../Libraries/ART'
pod 'React-RCTPushNotification', :path => '../Libraries/PushNotificationIOS'
# Additional Pods which are classed as unstable
#
# To use fabric: add `fabric_enabled` option to the use_react_native method above, like below
# use_react_native!(path: "..", turbo_modules_enabled: true, fabric_enabled: true)
end