diff options
author | Ansh <anshnanda10@gmail.com> | 2023-08-30 15:21:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-30 15:21:12 -0700 |
commit | 9446c67880331452b3f79dabda183c23718edfa1 (patch) | |
tree | 1bdf1d57434a3095a58aa41b94c38db1fe12ad10 /package.json | |
parent | a29f10aefe6fa67848ca281a0a7dffc43e292ec6 (diff) | |
download | voidsky-9446c67880331452b3f79dabda183c23718edfa1.tar.zst |
Move `PreferencesHomeFeed` to a screen instead of a modal (#1335)
* move `PreferencesHomeFeed` to a screen instead of a modal * add web route for home feed preferences * upgrade `@miblanchard/react-native-slider` to fix lint * fix web route naming * fix desktop web styling * add `react-native-slider` mock
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 92cc7442f..f11d482ff 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@fortawesome/react-native-fontawesome": "^0.3.0", "@gorhom/bottom-sheet": "^4.4.7", "@mattermost/react-native-paste-input": "^0.6.4", - "@miblanchard/react-native-slider": "^2.2.0", + "@miblanchard/react-native-slider": "^2.3.1", "@react-native-async-storage/async-storage": "^1.17.6", "@react-native-camera-roll/camera-roll": "^5.2.2", "@react-native-clipboard/clipboard": "^1.10.0", |