Merge pull request #10 from ThomasRubini/updatedMain

This commit is contained in:
Thomas Rubini 2023-04-03 10:33:28 +02:00 committed by GitHub
commit 8359c3ffad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 26465 deletions

5
.gitignore vendored
View File

@ -61,3 +61,8 @@ yarn-error.log
# Temporary files created by Metro to check the health of the file watcher
.metro-health-check*
package-lock.json
# expo files
.expo

View File

@ -6,4 +6,4 @@ import {AppRegistry} from 'react-native';
import App from './App';
import {name as appName} from './app.json';
AppRegistry.registerComponent(appName, () => App);
Platform.OS === 'ios' ? AppRegistry.registerComponent('main', () => App) : AppRegistry.registerComponent(appName, () => App);

26464
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,6 +11,8 @@
},
"dependencies": {
"axios": "^1.3.4",
"expo": "^48.0.9",
"expo-cli": "^6.3.2",
"react": "18.2.0",
"react-native": "0.71.4"
},