@droppii-org/chat-mobile 0.2.9 → 0.2.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +8 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@droppii-org/chat-mobile",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.10",
|
|
4
4
|
"description": "Droppii chat mobile",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react-native",
|
|
@@ -135,14 +135,21 @@
|
|
|
135
135
|
"@tanstack/react-query": "*",
|
|
136
136
|
"react": "*",
|
|
137
137
|
"react-native": "*",
|
|
138
|
+
"react-native-blob-util": "*",
|
|
138
139
|
"react-native-gesture-handler": "*",
|
|
139
140
|
"react-native-gifted-chat": "*",
|
|
141
|
+
"react-native-image-crop-picker": "*",
|
|
140
142
|
"react-native-keyboard-controller": "*",
|
|
141
143
|
"react-native-linear-gradient": "*",
|
|
142
144
|
"react-native-mmkv": "*",
|
|
145
|
+
"react-native-permissions": "*",
|
|
146
|
+
"react-native-photo-view": "*",
|
|
143
147
|
"react-native-reanimated": "*",
|
|
144
148
|
"react-native-safe-area-context": "*",
|
|
149
|
+
"react-native-snap-carousel": "*",
|
|
145
150
|
"react-native-svg": "*",
|
|
151
|
+
"react-native-tab-view": "*",
|
|
152
|
+
"react-native-video": "*",
|
|
146
153
|
"zustand": "*"
|
|
147
154
|
},
|
|
148
155
|
"publishConfig": {
|