diff --git a/boilerplate/index.expo.js b/boilerplate/index.expo.js index 46c854b2f..9adab2e98 100644 --- a/boilerplate/index.expo.js +++ b/boilerplate/index.expo.js @@ -1,12 +1,4 @@ // This is the first file that ReactNative will run when it starts up. -// -// We jump out of here immediately and into our main entry point instead. -// -// It is possible to have React Native load our main module first, but we'd have to -// change that in both AppDelegate.m and MainApplication.java. This would have the -// side effect of breaking other tooling like mobile-center and react-native-rename. -// -// It's easier just to leave it here. import App from "./app/app.tsx" import { registerRootComponent } from "expo"