File tree 2 files changed +1
-4
lines changed
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
8
8
9
9
ENV [ 'RCT_NEW_ARCH_ENABLED' ] = '1'
10
10
11
- production = ENV [ 'PRODUCTION' ] == '1'
12
-
13
11
target 'MyApp' do
14
12
config = use_native_modules!
15
13
@@ -21,7 +19,6 @@ target 'MyApp' do
21
19
# Hermes is now enabled by default. Disable by setting this flag to false.
22
20
# Upcoming versions of React Native may rely on get_default_flags(), but
23
21
# we make it explicit here to aid in the React Native upgrade process.
24
- :production => production ,
25
22
:hermes_enabled => true ,
26
23
:fabric_enabled => flags [ :fabric_enabled ] ,
27
24
# Enables Flipper.
Original file line number Diff line number Diff line change @@ -944,6 +944,6 @@ SPEC CHECKSUMS:
944
944
Yoga: 454a537b6acc2912c42976cf5e542060f7a23cfe
945
945
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
946
946
947
- PODFILE CHECKSUM: 571d0df30309d56162dc92366495c703a1698097
947
+ PODFILE CHECKSUM: 9c3b75c27c454be8fec3f0a1138686b680670368
948
948
949
949
COCOAPODS: 1.11.3
You can’t perform that action at this time.
0 commit comments