Empty repo for a better start
Showing
- App.js 0 additions, 19 deletionsApp.js
- app.json 0 additions, 30 deletionsapp.json
- assets/icon.png 0 additions, 0 deletionsassets/icon.png
- assets/splash.png 0 additions, 0 deletionsassets/splash.png
- babel.config.js 0 additions, 6 deletionsbabel.config.js
- package.json 0 additions, 21 deletionspackage.json
App.js
deleted
100644 → 0
app.json
deleted
100644 → 0
assets/icon.png
deleted
100644 → 0
1.07 KiB
assets/splash.png
deleted
100644 → 0
7.01 KiB
babel.config.js
deleted
100644 → 0
package.json
deleted
100644 → 0
{ | ||
"main": "node_modules/expo/AppEntry.js", | ||
"scripts": { | ||
"start": "expo start", | ||
"android": "expo start --android", | ||
"ios": "expo start --ios", | ||
"web": "expo start --web", | ||
"eject": "expo eject" | ||
}, | ||
"dependencies": { | ||
"expo": "^33.0.0", | ||
"react": "16.8.3", | ||
"react-dom": "^16.8.6", | ||
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz", | ||
"react-native-web": "^0.11.4" | ||
}, | ||
"devDependencies": { | ||
"babel-preset-expo": "^5.1.1" | ||
}, | ||
"private": true | ||
} |