@droppii-org/chat-mobile 0.2.8 → 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.
Files changed (1) hide show
  1. package/package.json +8 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@droppii-org/chat-mobile",
3
- "version": "0.2.8",
3
+ "version": "0.2.10",
4
4
  "description": "Droppii chat mobile",
5
5
  "keywords": [
6
6
  "react-native",
@@ -59,7 +59,6 @@
59
59
  "example": "yarn workspace @droppii-org/chat-mobile-example",
60
60
  "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
61
61
  "prepare": "bob build",
62
- "postinstall": "patch-package",
63
62
  "typecheck": "tsc -p tsconfig.build.json 2>&1 | grep -E 'src/.*error' || echo 'Typecheck passed (external dependency warnings ignored)'",
64
63
  "lint": "eslint \"**/*.{js,ts,tsx}\"",
65
64
  "test": "jest",
@@ -113,7 +112,6 @@
113
112
  "eslint-plugin-prettier": "^5.5.5",
114
113
  "jest": "^30.3.0",
115
114
  "lefthook": "^2.1.4",
116
- "patch-package": "^8.0.1",
117
115
  "prettier": "^3.8.1",
118
116
  "react-native": "^0.86.0",
119
117
  "react-native-builder-bob": "^0.41.0",
@@ -137,14 +135,21 @@
137
135
  "@tanstack/react-query": "*",
138
136
  "react": "*",
139
137
  "react-native": "*",
138
+ "react-native-blob-util": "*",
140
139
  "react-native-gesture-handler": "*",
141
140
  "react-native-gifted-chat": "*",
141
+ "react-native-image-crop-picker": "*",
142
142
  "react-native-keyboard-controller": "*",
143
143
  "react-native-linear-gradient": "*",
144
144
  "react-native-mmkv": "*",
145
+ "react-native-permissions": "*",
146
+ "react-native-photo-view": "*",
145
147
  "react-native-reanimated": "*",
146
148
  "react-native-safe-area-context": "*",
149
+ "react-native-snap-carousel": "*",
147
150
  "react-native-svg": "*",
151
+ "react-native-tab-view": "*",
152
+ "react-native-video": "*",
148
153
  "zustand": "*"
149
154
  },
150
155
  "publishConfig": {