Skip to content

Commit 4ba37a7

Browse files
committed
chore(demo): disable React Native new architecture
1 parent c014ca3 commit 4ba37a7

4 files changed

Lines changed: 0 additions & 13 deletions

File tree

examples/demo/android/gradle.properties

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ android.useAndroidX=true
2727
# ./gradlew <task> -PreactNativeArchitectures=x86_64
2828
reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
2929

30-
# Use this property to enable support to the new architecture.
31-
# This will allow you to use TurboModules and the Fabric render in
32-
# your application. You should enable this flag either if you want
33-
# to write custom TurboModules/Fabric components OR use libraries that
34-
# are providing them.
35-
newArchEnabled=true
36-
3730
# Use this property to enable or disable the Hermes JS engine.
3831
# If set to false, you will be using JSC instead.
3932
hermesEnabled=true

examples/demo/ios/OneSignalNotificationServiceExtension/Info.plist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,5 @@
2525
<key>NSExtensionPrincipalClass</key>
2626
<string>$(PRODUCT_MODULE_NAME).NotificationService</string>
2727
</dict>
28-
<key>RCTNewArchEnabled</key>
29-
<true/>
3028
</dict>
3129
</plist>

examples/demo/ios/OneSignalWidget/Info.plist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,5 @@
2323
<key>NSExtensionPointIdentifier</key>
2424
<string>com.apple.widgetkit-extension</string>
2525
</dict>
26-
<key>RCTNewArchEnabled</key>
27-
<true/>
2826
</dict>
2927
</plist>

examples/demo/ios/demo/Info.plist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@
3737
<string>This demo uses location when you trigger location-based examples.</string>
3838
<key>NSSupportsLiveActivities</key>
3939
<true/>
40-
<key>RCTNewArchEnabled</key>
41-
<true/>
4240
<key>UIBackgroundModes</key>
4341
<array>
4442
<string>remote-notification</string>

0 commit comments

Comments
 (0)