run on windows + ios/android support
This commit is contained in:
parent
35cf01bbe0
commit
44b74cd902
3
.gitignore
vendored
3
.gitignore
vendored
@ -63,3 +63,6 @@ yarn-error.log
|
||||
.metro-health-check*
|
||||
|
||||
package-lock.json
|
||||
|
||||
# expo files
|
||||
.expo
|
||||
|
2
index.js
2
index.js
@ -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);
|
@ -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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user