File tree Expand file tree Collapse file tree 4 files changed +27
-2
lines changed
Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,13 @@ module.exports = {
1919 } ,
2020 assetBundlePatterns : [ '**/*' ] ,
2121 ios : {
22- supportsTablet : true
22+ supportsTablet : false ,
23+ bundleIdentifier : 'org.nativehtml.discovery' ,
24+ buildNumber : '1.0.0'
25+ } ,
26+ android : {
27+ package : 'org.nativehtml.discovery' ,
28+ versionCode : 1
2329 } ,
2430 web : {
2531 favicon : './assets/images/favicon.png'
Original file line number Diff line number Diff line change 1+ {
2+ "build" : {
3+ "development" : {
4+ "developmentClient" : true ,
5+ "distribution" : " internal"
6+ },
7+ "preview" : {
8+ "distribution" : " internal"
9+ },
10+ "production" : {}
11+ },
12+ "submit" : {
13+ "production" : {}
14+ }
15+ }
Original file line number Diff line number Diff line change 1+ import { registerRootComponent } from 'expo' ;
2+ import App from './src/App' ;
3+
4+ registerRootComponent ( App ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " discovery" ,
3- "main" : " node_modules/expo/AppEntry .js" ,
3+ "main" : " index .js" ,
44 "scripts" : {
55 "start" : " expo start" ,
66 "android" : " expo start --android" ,
You can’t perform that action at this time.
0 commit comments