about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorAnsh <anshnanda10@gmail.com>2023-04-09 18:02:44 -0700
committerGitHub <noreply@github.com>2023-04-09 18:02:44 -0700
commit14c84732106e1db52e6818ac3814c54845ec1226 (patch)
treec55e07e0e569a2c41ca73fb3420a2c6b08621c4d /package.json
parent362ea7240d44f130419191e7f726535a77763238 (diff)
downloadvoidsky-14c84732106e1db52e6818ac3814c54845ec1226.tar.zst
[DRAFT] Android (#424)
* add android & ios folders to .gitignore

* delete android and ios dirs

* fix android build errors

* fix status bar color

* fix top cutoff on composer in android

* fix weird whitespace issue in post

* fix greyed out header android

* fix main feed getting cut off android

* fix swiping on main feed

* fix profile tabs switching on android

* A few app.json config items for iOS

* Update app.json for bgfetch

* make swiping work on android

* make splash screen cover

* add eas.json

* fix image container on android

* fix android status bar color

* use expo-splash-screen instead of react-native-splash-screen

---------

Co-authored-by: Paul Frazee <pfrazee@gmail.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/package.json b/package.json
index 087be6686..a9e0b4758 100644
--- a/package.json
+++ b/package.json
@@ -58,7 +58,8 @@
     "await-lock": "^2.2.2",
     "base64-js": "^1.5.1",
     "email-validator": "^2.0.4",
-    "expo": "~48.0.9",
+    "expo": "~48.0.10",
+    "expo-build-properties": "~0.5.1",
     "expo-camera": "~13.2.1",
     "expo-dev-client": "~2.1.1",
     "expo-image-picker": "~14.1.1",
@@ -66,6 +67,7 @@
     "expo-media-library": "~15.2.3",
     "expo-splash-screen": "~0.18.1",
     "expo-status-bar": "~1.4.4",
+    "expo-system-ui": "~2.2.1",
     "fast-text-encoding": "^1.0.6",
     "graphemer": "^1.4.0",
     "he": "^1.2.0",
@@ -89,7 +91,7 @@
     "react-avatar-editor": "^13.0.0",
     "react-circular-progressbar": "^2.1.0",
     "react-dom": "^18.2.0",
-    "react-native": "0.71.4",
+    "react-native": "0.71.6",
     "react-native-appstate-hook": "^1.0.6",
     "react-native-background-fetch": "^4.1.8",
     "react-native-drawer-layout": "^3.2.0",
@@ -101,7 +103,7 @@
     "react-native-image-crop-picker": "^0.38.1",
     "react-native-inappbrowser-reborn": "^3.6.3",
     "react-native-linear-gradient": "^2.6.2",
-    "react-native-pager-view": "6.1.2",
+    "react-native-pager-view": "6.1.4",
     "react-native-progress": "bluesky-social/react-native-progress",
     "react-native-reanimated": "~2.14.4",
     "react-native-root-siblings": "^4.1.1",