We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c635a commit 0a4a50eCopy full SHA for 0a4a50e
Gemfile.lock
@@ -106,6 +106,12 @@ GEM
106
107
PLATFORMS
108
arm64-darwin
109
+ arm64-darwin-21
110
+ arm64-darwin-22
111
+ universal-darwin-23
112
+ x86_64-darwin-19
113
+ x86_64-darwin-20
114
+ x86_64-linux
115
116
DEPENDENCIES
117
activesupport (>= 6.1.7.5, != 7.1.0)
fixture/react-native/index.js
@@ -3,13 +3,10 @@
3
*/
4
5
import { AppRegistry, I18nManager } from "react-native";
6
-import { enableNewCore } from "@shopify/flash-list/dist/enableNewCore";
7
8
import App from "./src/App";
9
import { name as appName } from "./app.json";
10
11
-enableNewCore(true);
12
-
13
I18nManager.forceRTL(false);
14
15
AppRegistry.registerComponent(appName, () => App);
0 commit comments