Created a new Expo app

This commit is contained in:
2022-10-13 18:55:31 +02:00
commit 016ea42b93
11 changed files with 21484 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "test_project_expo",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"expo": "~46.0.13",
"expo-status-bar": "~1.4.0",
"react": "18.0.0",
"react-native": "0.69.6"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}