From dcbc265185a098fd68f69559d12233c6ae413bfd Mon Sep 17 00:00:00 2001 From: Korbs Date: Mon, 5 Jun 2023 00:23:18 -0400 Subject: [PATCH] update --- .gitignore | 4 +++- README.md | 2 +- package.json | 4 +--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index cf8765e..c26b80e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ .DS_Store yarn.lock -node_modules/ \ No newline at end of file +node_modules/ +.expo/devices.json +.expo/README.md diff --git a/README.md b/README.md index 9903cc2..82a1947 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +Have your Android tablet ready and run `npm start`, then using the Expo Go app scan the QR code. \ No newline at end of file diff --git a/package.json b/package.json index ef980ce..de3eec7 100755 --- a/package.json +++ b/package.json @@ -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",