diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-03-16 19:09:19 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-03-16 19:09:19 -0500 |
commit | f01d43f9e8107160088296fe6b0a9bb753d61032 (patch) | |
tree | 6c66ce84063e7e54efdc9bf4af9c5e1955edb6cc /package.json | |
parent | c50a20d2147b9d6122768385ef00f4da783af12e (diff) | |
download | voidsky-f01d43f9e8107160088296fe6b0a9bb753d61032.tar.zst |
Get home screen's swipable pager working with the drawer
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index 30f2c3542..56886861f 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.7.0", "private": true, "scripts": { + "postinstall": "patch-package", "android": "expo run:android", "ios": "expo run:ios", "web": "expo start --web", @@ -75,6 +76,8 @@ "mobx": "^6.6.1", "mobx-react-lite": "^3.4.0", "normalize-url": "^8.0.0", + "patch-package": "^6.5.1", + "postinstall-postinstall": "^2.1.0", "react": "18.2.0", "react-avatar-editor": "^13.0.0", "react-circular-progressbar": "^2.1.0", @@ -90,6 +93,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.4", "react-native-progress": "bluesky-social/react-native-progress", "react-native-reanimated": "~2.14.4", "react-native-root-siblings": "^4.1.1", @@ -97,7 +101,6 @@ "react-native-screens": "^3.13.1", "react-native-splash-screen": "^3.3.0", "react-native-svg": "^13.4.0", - "react-native-tab-view": "^3.3.0", "react-native-url-polyfill": "^1.3.0", "react-native-uuid": "^2.0.1", "react-native-version-number": "^0.3.6", |