diff options
author | Hailey <me@haileyok.com> | 2024-03-20 17:26:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-20 17:26:38 -0700 |
commit | ad3dd9f6dccaa4b73da0000f41f23ac2fea5d1b2 (patch) | |
tree | 15ead3dd8c57511472b70d7528a5fda1e76ad756 /package.json | |
parent | c649ee1afa80f71f108187df5671ae85eeaeed99 (diff) | |
download | voidsky-ad3dd9f6dccaa4b73da0000f41f23ac2fea5d1b2.tar.zst |
Fix problems with `BottomSheet` and the report dialog (#3297)
* use @discord/bottom-sheet * add @types/invariant * some progress on keyboard dialog * rework rework add a comment use discord bottom sheet * remove `@gorhom/bottom-sheet` * remove android specific code * organize imports
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index eaf242a5f..9baf7df17 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,7 @@ "@atproto/api": "^0.12.2", "@bam.tech/react-native-image-resizer": "^3.0.4", "@braintree/sanitize-url": "^6.0.2", + "@discord/bottom-sheet": "https://github.com/bluesky-social/react-native-bottom-sheet.git#discord-fork-4.6.1", "@emoji-mart/react": "^1.1.1", "@expo/html-elements": "^0.4.2", "@expo/webpack-config": "^19.0.0", @@ -56,7 +57,6 @@ "@fortawesome/free-regular-svg-icons": "^6.1.1", "@fortawesome/free-solid-svg-icons": "^6.1.1", "@fortawesome/react-native-fontawesome": "^0.3.0", - "@gorhom/bottom-sheet": "^4.5.1", "@lingui/react": "^4.5.0", "@mattermost/react-native-paste-input": "^0.6.4", "@miblanchard/react-native-slider": "^2.3.1", @@ -93,6 +93,7 @@ "@tiptap/pm": "^2.0.0-beta.220", "@tiptap/react": "^2.0.0-beta.220", "@tiptap/suggestion": "^2.0.0-beta.220", + "@types/invariant": "^2.2.37", "@types/node": "^18.16.2", "@zxing/text-encoding": "^0.9.0", "array.prototype.findlast": "^1.2.3", |