@droppii-org/chat-mobile 0.2.9 → 0.2.11

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.
Files changed (1) hide show
  1. package/package.json +17 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@droppii-org/chat-mobile",
3
- "version": "0.2.9",
3
+ "version": "0.2.11",
4
4
  "description": "Droppii chat mobile",
5
5
  "keywords": [
6
6
  "react-native",
@@ -71,16 +71,8 @@
71
71
  "@legendapp/list": "^3.0.6",
72
72
  "axios": "^1.16.1",
73
73
  "lodash": "^4.18.1",
74
- "react-native-blob-util": "^0.24.10",
75
- "react-native-create-thumbnail": "^2.2.0",
76
74
  "react-native-fs": "^2.20.0",
77
75
  "react-native-gifted-chat": "^3.3.3",
78
- "react-native-image-crop-picker": "^0.51.1",
79
- "react-native-permissions": "^5.6.0",
80
- "react-native-photo-view": "git+ssh://git@github.com/droppii/react-native-photo-view.git",
81
- "react-native-snap-carousel": "3.9.0",
82
- "react-native-tab-view": "^4.3.1",
83
- "react-native-video": "6.19.2",
84
76
  "uuid": "^9.0.0"
85
77
  },
86
78
  "devDependencies": {
@@ -114,16 +106,24 @@
114
106
  "lefthook": "^2.1.4",
115
107
  "prettier": "^3.8.1",
116
108
  "react-native": "^0.86.0",
109
+ "react-native-blob-util": "^0.24.10",
117
110
  "react-native-builder-bob": "^0.41.0",
111
+ "react-native-create-thumbnail": "^2.2.0",
118
112
  "react-native-device-info": "*",
119
113
  "react-native-gesture-handler": "^3.0.0",
114
+ "react-native-image-crop-picker": "^0.51.1",
120
115
  "react-native-keyboard-controller": "1.19.0",
121
116
  "react-native-linear-gradient": "^2.8.3",
122
117
  "react-native-mmkv": "4.0.0",
118
+ "react-native-permissions": "^5.6.0",
119
+ "react-native-photo-view": "git+ssh://git@github.com/droppii/react-native-photo-view.git",
123
120
  "react-native-reanimated": "3.19.1",
124
121
  "react-native-safe-area-context": "^5.8.0",
122
+ "react-native-snap-carousel": "3.9.0",
125
123
  "react-native-svg": "^15.15.5",
124
+ "react-native-tab-view": "^4.3.1",
126
125
  "react-native-vector-icons": "*",
126
+ "react-native-video": "6.19.2",
127
127
  "react-native-web": "~0.21.1",
128
128
  "release-it": "^19.2.4",
129
129
  "turbo": "^2.8.21",
@@ -135,14 +135,22 @@
135
135
  "@tanstack/react-query": "*",
136
136
  "react": "*",
137
137
  "react-native": "*",
138
+ "react-native-blob-util": "*",
139
+ "react-native-create-thumbnail": "*",
138
140
  "react-native-gesture-handler": "*",
139
141
  "react-native-gifted-chat": "*",
142
+ "react-native-image-crop-picker": "*",
140
143
  "react-native-keyboard-controller": "*",
141
144
  "react-native-linear-gradient": "*",
142
145
  "react-native-mmkv": "*",
146
+ "react-native-permissions": "*",
147
+ "react-native-photo-view": "*",
143
148
  "react-native-reanimated": "*",
144
149
  "react-native-safe-area-context": "*",
150
+ "react-native-snap-carousel": "*",
145
151
  "react-native-svg": "*",
152
+ "react-native-tab-view": "*",
153
+ "react-native-video": "*",
146
154
  "zustand": "*"
147
155
  },
148
156
  "publishConfig": {