-
- Downloads
Created a new Expo app
Showing
- .expo-shared/assets.json 4 additions, 0 deletions.expo-shared/assets.json
- .gitignore 13 additions, 0 deletions.gitignore
- App.tsx 21 additions, 0 deletionsApp.tsx
- app.json 32 additions, 0 deletionsapp.json
- assets/adaptive-icon.png 0 additions, 0 deletionsassets/adaptive-icon.png
- assets/favicon.png 0 additions, 0 deletionsassets/favicon.png
- assets/icon.png 0 additions, 0 deletionsassets/icon.png
- assets/splash.png 0 additions, 0 deletionsassets/splash.png
- babel.config.js 6 additions, 0 deletionsbabel.config.js
- package.json 26 additions, 0 deletionspackage.json
- tsconfig.json 12 additions, 0 deletionstsconfig.json
- yarn.lock 0 additions, 0 deletionsyarn.lock
.expo-shared/assets.json
0 → 100644
.gitignore
0 → 100644
App.tsx
0 → 100644
app.json
0 → 100644
assets/adaptive-icon.png
0 → 100644
17.1 KiB
assets/favicon.png
0 → 100644
1.43 KiB
assets/icon.png
0 → 100644
21.9 KiB
assets/splash.png
0 → 100644
47.3 KiB
babel.config.js
0 → 100644
package.json
0 → 100644
{ | |||
"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": "~39.0.2", | |||
"expo-status-bar": "~1.0.2", | |||
"react": "16.13.1", | |||
"react-dom": "16.13.1", | |||
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.4.tar.gz", | |||
"react-native-web": "~0.13.12" | |||
}, | |||
"devDependencies": { | |||
"@babel/core": "~7.9.0", | |||
"@types/react": "~16.9.35", | |||
"@types/react-dom": "~16.9.8", | |||
"@types/react-native": "~0.63.2", | |||
"typescript": "~3.9.5" | |||
}, | |||
"private": true | |||
} |
tsconfig.json
0 → 100644
yarn.lock
0 → 100644
Source diff could not be displayed: it is too large. Options to address this: view the blob.