There was an error while loading. Please reload this page.
1 parent 10e8d00 commit 96d45f5Copy full SHA for 96d45f5
AwesomeApp/ios/Podfile
@@ -8,6 +8,10 @@ target 'AwesomeApp' do
8
9
use_react_native!(
10
:path => config[:reactNativePath],
11
+ # Modify here if your app root path isn't the same as this one.
12
+ :app_path => "#{Dir.pwd}/..",
13
+ # Pass the flag to enable fabric to use_react_native!.
14
+ :fabric_enabled => true,
15
# to enable hermes on iOS, change `false` to `true` and then install pods
16
:hermes_enabled => true
17
)
0 commit comments