File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ install! 'cocoapods', :deterministic_uuids => false
88
99ENV [ 'RCT_NEW_ARCH_ENABLED' ] = '1'
1010
11- production = ENV [ 'PRODUCTION' ] == '1'
12-
1311target 'MyApp' do
1412 config = use_native_modules!
1513
@@ -21,7 +19,6 @@ target 'MyApp' do
2119 # Hermes is now enabled by default. Disable by setting this flag to false.
2220 # Upcoming versions of React Native may rely on get_default_flags(), but
2321 # we make it explicit here to aid in the React Native upgrade process.
24- :production => production ,
2522 :hermes_enabled => true ,
2623 :fabric_enabled => flags [ :fabric_enabled ] ,
2724 # Enables Flipper.
Original file line number Diff line number Diff line change @@ -944,6 +944,6 @@ SPEC CHECKSUMS:
944944 Yoga: 454a537b6acc2912c42976cf5e542060f7a23cfe
945945 YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
946946
947- PODFILE CHECKSUM: 571d0df30309d56162dc92366495c703a1698097
947+ PODFILE CHECKSUM: 9c3b75c27c454be8fec3f0a1138686b680670368
948948
949949COCOAPODS: 1.11.3
You can’t perform that action at this time.
0 commit comments