update
This commit is contained in:
parent
a502193a07
commit
dcbc265185
3 changed files with 5 additions and 5 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
yarn.lock
|
yarn.lock
|
||||||
node_modules/
|
node_modules/
|
||||||
|
.expo/devices.json
|
||||||
|
.expo/README.md
|
||||||
|
|
|
@ -13,4 +13,4 @@ Tested on OnePlus Tab.
|
||||||
- NodeJS
|
- NodeJS
|
||||||
|
|
||||||
### Running App
|
### Running App
|
||||||
Simply connect your Android tablet and run `npm start`, then using the Expo Go app scan the QR code.
|
Have your Android tablet ready and run `npm start`, then using the Expo Go app scan the QR code.
|
|
@ -11,11 +11,9 @@
|
||||||
"@react-navigation/material-top-tabs": "^6.6.2",
|
"@react-navigation/material-top-tabs": "^6.6.2",
|
||||||
"@react-navigation/native": "^6.1.6",
|
"@react-navigation/native": "^6.1.6",
|
||||||
"expo": "~48.0.18",
|
"expo": "~48.0.18",
|
||||||
"expo-status-bar": "~1.4.4",
|
"expo-system-ui": "~2.2.1",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
"react-native": "0.71.8",
|
"react-native": "0.71.8",
|
||||||
"react-native-floating-action": "^1.22.0",
|
|
||||||
"react-native-pager-view": "^6.2.0",
|
|
||||||
"react-native-safe-area-context": "4.5.0",
|
"react-native-safe-area-context": "4.5.0",
|
||||||
"react-native-screens": "~3.20.0",
|
"react-native-screens": "~3.20.0",
|
||||||
"react-native-tab-view": "^3.5.1",
|
"react-native-tab-view": "^3.5.1",
|
||||||
|
|
Reference in a new issue