stream-chat-react-native 4.0.0-beta.6 → 4.0.0-beta.7

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -46,7 +46,7 @@ This repo includes 4 example apps. One made with Expo, one Native JavaScript cod
46
46
 
47
47
  - [Expo example](./examples/ExpoMessaging)
48
48
  - [Native example](./examples/NativeMessaging)
49
- - [Typescript example](./examples/TypescriptMessaging)
49
+ - [Typescript example](./examples/TypeScriptMessaging)
50
50
  - [Fully featured messaging application](./examples/SampleApp)
51
51
 
52
52
  Besides, our team maintains a dedicated repository for fully-fledged sample applications and demos at [GetStream/react-native-samples](https://github.com/GetStream/react-native-samples). Please consider checking following sample applications:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "stream-chat-react-native",
3
3
  "description": "The official React Native SDK for Stream Chat, a service for building chat applications",
4
- "version": "4.0.0-beta.6",
4
+ "version": "4.0.0-beta.7",
5
5
  "author": {
6
6
  "company": "Stream.io Inc",
7
7
  "name": "Stream.io Inc"
@@ -11,18 +11,18 @@
11
11
  "types": "types/index.d.ts",
12
12
  "dependencies": {
13
13
  "es6-symbol": "^3.1.3",
14
- "stream-chat-react-native-core": "4.0.0-beta.6"
14
+ "stream-chat-react-native-core": "4.0.0-beta.7"
15
15
  },
16
16
  "peerDependencies": {
17
17
  "@react-native-community/cameraroll": ">=4.0.1",
18
18
  "@react-native-community/netinfo": ">=2.0.7",
19
+ "@stream-io/flat-list-mvcp": "0.10.1",
19
20
  "react-native": ">=0.60.0",
20
21
  "react-native-document-picker": ">=3.2.0",
21
22
  "react-native-fs": ">=2.16.6",
22
23
  "react-native-haptic-feedback": ">=1.11.0",
23
24
  "react-native-image-crop-picker": ">=0.33.2",
24
25
  "react-native-image-resizer": ">=1.4.2",
25
- "@stream-io/flat-list-mvcp": "0.10.1",
26
26
  "react-native-share": ">=4.1.0"
27
27
  },
28
28
  "scripts": {