以前のリビジョンの文書です
Expoのエントリーポイントを変更するには「App」の箇所を変更する。
//module/expo/AppEntry.js import { KeepAwake, registerRootComponent } from 'expo'; import App from '../../App'; if (__DEV__) { KeepAwake.activate(); } registerRootComponent(App);