Initial commit

Generated by create-expo-app 1.3.2.
This commit is contained in:
2023-03-07 15:20:45 +01:00
commit 25d5321778
8 changed files with 7031 additions and 0 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"dependencies": {
"expo": "^47.0.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native-web": "~0.18.7"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@types/react": "~18.0.24",
"@types/react-native": "~0.70.6",
"typescript": "^4.6.3"
},
"name": "pvern",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
}
}