stream-chat-react-native 4.12.1-beta.1 → 5.0.0-beta.0

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 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.12.1-beta.1",
4
+ "version": "5.0.0-beta.0",
5
5
  "author": {
6
6
  "company": "Stream.io Inc",
7
7
  "name": "Stream.io Inc"
@@ -11,10 +11,10 @@
11
11
  "types": "types/index.d.ts",
12
12
  "dependencies": {
13
13
  "es6-symbol": "^3.1.3",
14
- "stream-chat-react-native-core": "4.12.1-beta.1"
14
+ "stream-chat-react-native-core": "5.0.0-beta.0"
15
15
  },
16
16
  "peerDependencies": {
17
- "@react-native-community/cameraroll": ">=4.0.1",
17
+ "@stream-io/react-native-cameraroll": ">=4.2.0",
18
18
  "@react-native-community/netinfo": ">=2.0.7",
19
19
  "@stream-io/flat-list-mvcp": "^0.10.2",
20
20
  "react-native": ">=0.60.0",
package/src/index.js CHANGED
@@ -8,7 +8,7 @@ import ImagePicker from 'react-native-image-crop-picker';
8
8
  import ImageResizer from 'react-native-image-resizer';
9
9
  import RNShare from 'react-native-share';
10
10
 
11
- import CameraRoll from '@react-native-community/cameraroll';
11
+ import CameraRoll from '@stream-io/react-native-cameraroll';
12
12
  import NetInfo from '@react-native-community/netinfo';
13
13
  import { FlatList } from '@stream-io/flat-list-mvcp';
14
14
  import { registerNativeHandlers } from 'stream-chat-react-native-core';