diff options
Diffstat (limited to 'examples/with-react-native-web/apps/native/index.js')
| -rw-r--r-- | examples/with-react-native-web/apps/native/index.js | 8 |
1 files changed, 0 insertions, 8 deletions
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); |
