Skip to content

Commit 96d45f5

Browse files
author
Riccardo Cipolleschi
committed
[Fabric Setup] Enable Fabric in Podfile
1 parent 10e8d00 commit 96d45f5

File tree

3 files changed

+26
-570
lines changed

3 files changed

+26
-570
lines changed

‎AwesomeApp/ios/Podfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ target 'AwesomeApp' do
88

99
use_react_native!(
1010
: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,
1115
# to enable hermes on iOS, change `false` to `true` and then install pods
1216
:hermes_enabled => true
1317
)

0 commit comments

Comments
 (0)