From 94071d7ce16c56641d67d488e2bac6be84ffe731 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 3 Nov 2023 21:17:06 +0800 Subject: chore: delete useless files --- examples/with-react-native-web/apps/native/index.js | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 examples/with-react-native-web/apps/native/index.js (limited to 'examples/with-react-native-web/apps/native/index.js') diff --git a/examples/with-react-native-web/apps/native/index.js b/examples/with-react-native-web/apps/native/index.js deleted file mode 100644 index 828b356..0000000 --- a/examples/with-react-native-web/apps/native/index.js +++ /dev/null @@ -1,8 +0,0 @@ -import { registerRootComponent } from "expo"; - -import App from "./App"; - -// registerRootComponent calls AppRegistry.registerComponent('main', () => App); -// It also ensures that whether you load the app in Expo Go or in a native build, -// the environment is set up appropriately -registerRootComponent(App); -- cgit v1.2.3-70-g09d2