File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ install! 'cocoapods', :deterministic_uuids => false
88
99ENV [ 'RCT_NEW_ARCH_ENABLED' ] = '1'
1010
11+ production = ENV [ 'PRODUCTION' ] == '1'
12+
1113target 'MyApp' do
1214 config = use_native_modules!
1315
@@ -19,6 +21,7 @@ target 'MyApp' do
1921 # Hermes is now enabled by default. Disable by setting this flag to false.
2022 # Upcoming versions of React Native may rely on get_default_flags(), but
2123 # we make it explicit here to aid in the React Native upgrade process.
24+ :production => production ,
2225 :hermes_enabled => true ,
2326 :fabric_enabled => flags [ :fabric_enabled ] ,
2427 # 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: 9c3b75c27c454be8fec3f0a1138686b680670368
947+ PODFILE CHECKSUM: 571d0df30309d56162dc92366495c703a1698097
948948
949949COCOAPODS: 1.11.3
You canβt perform that action at this time.
0 commit comments