diff options
| author | MohamedBassem <me@mbassem.com> | 2024-08-26 23:54:10 +0300 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-08-26 23:55:18 +0300 |
| commit | 2fb85590271476a40c3d0d6a9cc4683576ff6074 (patch) | |
| tree | 3f575cdb847f7f639552a42b38dd3f6c1e13de56 /apps/mobile/package.json | |
| parent | 7593982d9cf997e607ebbd72cb9970a1010f4565 (diff) | |
| download | karakeep-2fb85590271476a40c3d0d6a9cc4683576ff6074.tar.zst | |
feature(mobile): Allow interacting with images in the app. Fixes #352
Diffstat (limited to 'apps/mobile/package.json')
| -rw-r--r-- | apps/mobile/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/mobile/package.json b/apps/mobile/package.json index 6519692e..578dbeeb 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -44,6 +44,7 @@ "react-native": "0.73.4", "react-native-awesome-slider": "^2.5.3", "react-native-gesture-handler": "~2.14.0", + "react-native-image-viewing": "^0.2.2", "react-native-markdown-display": "^7.0.2", "react-native-reanimated": "^3.8.0", "react-native-safe-area-context": "4.8.2", |
