Skip to content

Commit 2180416

Browse files
committed
Enable new arch
1 parent 42563ac commit 2180416

File tree

3 files changed

+587
-227
lines changed

3 files changed

+587
-227
lines changed

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
3737
# your application. You should enable this flag either if you want
3838
# to write custom TurboModules/Fabric components OR use libraries that
3939
# are providing them.
40-
newArchEnabled=false
40+
newArchEnabled=true
4141

4242
# Use this property to enable or disable the Hermes JS engine.
4343
# If set to false, you will be using JSC instead.

ios/Podfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ if linkage != nil
2121
use_frameworks! :linkage => linkage.to_sym
2222
end
2323

24+
ENV['RCT_NEW_ARCH_ENABLED'] = '1'
25+
2426
target 'transformers_example' do
2527
config = use_native_modules!
2628

0 commit comments

Comments
 (0)