chore: upgrade react native (#2356)

This commit is contained in:
Aman Harwara
2023-07-14 01:44:07 +05:30
committed by GitHub
parent 6ed5d44b2f
commit 2b1a0d4e43
173 changed files with 1178 additions and 1053 deletions

View File

@@ -34,10 +34,7 @@ public class MainActivity extends ReactActivity {
this,
getMainComponentName(),
// If you opted-in for the New Architecture, we enable the Fabric Renderer.
DefaultNewArchitectureEntryPoint.getFabricEnabled(), // fabricEnabled
// If you opted-in for the New Architecture, we enable Concurrent React (i.e. React 18).
DefaultNewArchitectureEntryPoint.getConcurrentReactEnabled() // concurrentRootEnabled
);
DefaultNewArchitectureEntryPoint.getFabricEnabled());
}
// Fix for Dark theme subscriptions https://github.com/facebook/react-native/issues/28823#issuecomment-642032481