Skip to content

Commit

Permalink
Fix space from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
f-meloni committed May 23, 2022
1 parent 543f1d8 commit b2d71d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rn-tester/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def pods(options = {})
path: @prefix_path,
fabric_enabled: fabric_enabled,
hermes_enabled: hermes_enabled,
flipper_configuration: USE_FRAMEWORKS ? Flipper Configuration.disabled : FlipperConfiguration.enabled,
flipper_configuration: USE_FRAMEWORKS ? FlipperConfiguration.disabled : FlipperConfiguration.enabled,
app_path: "#{Dir.pwd}",
config_file_dir: "#{Dir.pwd}/node_modules",
production: !ENV['PRODUCTION'].nil?
Expand Down

0 comments on commit b2d71d5

Please sign in to comment.