Skip to content

Commit a46e00b

Browse files
committed
Disable Fabric
1 parent cbb3825 commit a46e00b

File tree

4 files changed

+23
-624
lines changed

4 files changed

+23
-624
lines changed

example/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=true
40+
newArchEnabled=false
4141

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

example/ios/MarkdownTextInputExample.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -595,14 +595,14 @@
595595
ONLY_ACTIVE_ARCH = YES;
596596
OTHER_CFLAGS = (
597597
"$(inherited)",
598-
"-DRN_FABRIC_ENABLED",
598+
" ",
599599
);
600600
OTHER_CPLUSPLUSFLAGS = (
601601
"$(OTHER_CFLAGS)",
602602
"-DFOLLY_NO_CONFIG",
603603
"-DFOLLY_MOBILE=1",
604604
"-DFOLLY_USE_LIBCPP=1",
605-
"-DRN_FABRIC_ENABLED",
605+
" ",
606606
);
607607
OTHER_LDFLAGS = (
608608
"$(inherited)",
@@ -673,14 +673,14 @@
673673
MTL_ENABLE_DEBUG_INFO = NO;
674674
OTHER_CFLAGS = (
675675
"$(inherited)",
676-
"-DRN_FABRIC_ENABLED",
676+
" ",
677677
);
678678
OTHER_CPLUSPLUSFLAGS = (
679679
"$(OTHER_CFLAGS)",
680680
"-DFOLLY_NO_CONFIG",
681681
"-DFOLLY_MOBILE=1",
682682
"-DFOLLY_USE_LIBCPP=1",
683-
"-DRN_FABRIC_ENABLED",
683+
" ",
684684
);
685685
OTHER_LDFLAGS = (
686686
"$(inherited)",

example/ios/Podfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
ENV['RCT_NEW_ARCH_ENABLED'] = '1'
2-
31
# Resolve react_native_pods.rb with node to allow for hoisting
42
require Pod::Executable.execute_command('node', ['-p',
53
'require.resolve(

0 commit comments

Comments
 (0)