Skip to content

Commit

Permalink
move fabric_enabled comment closer to the property
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 committed Feb 21, 2022
1 parent 2b945b6 commit 4b57d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/new-architecture-app-renderer-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ def pods()
# Use env variables to turn it on/off.
fabric_enabled = ENV['USE_FABRIC']

# Pass the flag to enable fabric to use_react_native!.
use_react_native!(
...
# Modify here if your app root path isn't the same as this one.
:app_path => "#{Dir.pwd}/..",
# Pass the flag to enable fabric to use_react_native!.
:fabric_enabled => fabric_enabled
)
end
Expand Down

0 comments on commit 4b57d2e

Please sign in to comment.