Skip to content

Commit 0a4a50e

Browse files
committed
Fix build error
1 parent f9c635a commit 0a4a50e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Gemfile.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,12 @@ GEM
106106

107107
PLATFORMS
108108
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
109115

110116
DEPENDENCIES
111117
activesupport (>= 6.1.7.5, != 7.1.0)

fixture/react-native/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@
33
*/
44

55
import { AppRegistry, I18nManager } from "react-native";
6-
import { enableNewCore } from "@shopify/flash-list/dist/enableNewCore";
76

87
import App from "./src/App";
98
import { name as appName } from "./app.json";
109

11-
enableNewCore(true);
12-
1310
I18nManager.forceRTL(false);
1411

1512
AppRegistry.registerComponent(appName, () => App);

0 commit comments

Comments
 (0)