Korbs/Penpot-App
Archived
1
Fork 0
This commit is contained in:
Korbs 2023-06-05 00:23:18 -04:00
parent a502193a07
commit dcbc265185
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

4
.gitignore vendored
View file

@ -1,3 +1,5 @@
.DS_Store
yarn.lock
node_modules/
node_modules/
.expo/devices.json
.expo/README.md

View file

@ -13,4 +13,4 @@ Tested on OnePlus Tab.
- NodeJS
### 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.

View file

@ -11,11 +11,9 @@
"@react-navigation/material-top-tabs": "^6.6.2",
"@react-navigation/native": "^6.1.6",
"expo": "~48.0.18",
"expo-status-bar": "~1.4.4",
"expo-system-ui": "~2.2.1",
"react": "18.2.0",
"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-screens": "~3.20.0",
"react-native-tab-view": "^3.5.1",