Skip to content

Commit 9929170

Browse files
authored
Merge pull request #1567 from GetStream/develop
Next Release
2 parents f788f8d + 7998712 commit 9929170

File tree

37 files changed

+1058
-41886
lines changed

37 files changed

+1058
-41886
lines changed

docusaurus/docs/reactnative/basics/getting_started.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ To be able to use the Stream Chat React Native SDK, a few dependencies must meet
9393

9494
| react-native | stream-chat-react-native (min required) | react-native-reanimated (min required) |
9595
| ------------ | --------------------------------------- | -------------------------------------- |
96+
| 0.68 | 4.11.0 | 2.7.0 |
9697
| 0.67 | 4.2.0 | 2.4.0 |
9798
| 0.66 | 3.9.0 | 2.2.3 |
9899
| 0.65 | 3.9.0 | 2.2.1 |

docusaurus/docs/reactnative/basics/upgrade_helper.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -250,13 +250,6 @@ resized version of images (depending on DP ratio of device) will be requested fr
250250
Also previously all the image attachments used to be rendered in fixed size container, which was not ideal for portrait or landscape images since
251251
user won't be able to see a cropped image on UI. In this version, we render images in dynamic size container, depending on aspect ratio of image.
252252

253-
:::note
254-
255-
Resizing support on Stream's CDN (mentioned above) has not been released yet. But once available, you will be able to enable it for your organization
256-
without any changes to your code or SDK version.
257-
258-
:::
259-
260253
<Tabs
261254
defaultValue='case1'
262255
values={[

examples/ExpoMessaging/ios/Podfile.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ PODS:
33
- DoubleConversion (1.1.6)
44
- EXApplication (4.0.2):
55
- ExpoModulesCore
6+
- EXAV (10.2.1):
7+
- ExpoModulesCore
8+
- ReactCommon/turbomodule/core
69
- EXBlur (11.0.0):
710
- ExpoModulesCore
811
- EXConstants (13.0.2):
@@ -308,19 +311,18 @@ PODS:
308311
- React-cxxreact (= 0.64.3)
309312
- React-jsi (= 0.64.3)
310313
- React-perflogger (= 0.64.3)
311-
- RNCMaskedView (0.1.10):
312-
- React
314+
- RNCMaskedView (0.2.6):
315+
- React-Core
313316
- RNGestureHandler (2.1.3):
314317
- React-Core
315-
- RNReanimated (2.3.3):
318+
- RNReanimated (2.7.0):
316319
- DoubleConversion
317320
- FBLazyVector
318321
- FBReactNativeSpec
319322
- glog
320323
- RCT-Folly
321324
- RCTRequired
322325
- RCTTypeSafety
323-
- React
324326
- React-callinvoker
325327
- React-Core
326328
- React-Core/DevSupport
@@ -350,6 +352,7 @@ PODS:
350352
DEPENDENCIES:
351353
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
352354
- EXApplication (from `../node_modules/expo-application/ios`)
355+
- EXAV (from `../node_modules/expo-av/ios`)
353356
- EXBlur (from `../node_modules/expo-blur/ios`)
354357
- EXConstants (from `../node_modules/expo-constants/ios`)
355358
- EXDocumentPicker (from `../node_modules/expo-document-picker/ios`)
@@ -395,7 +398,7 @@ DEPENDENCIES:
395398
- React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
396399
- React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
397400
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
398-
- "RNCMaskedView (from `../node_modules/@react-native-community/masked-view`)"
401+
- "RNCMaskedView (from `../node_modules/@react-native-masked-view/masked-view`)"
399402
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
400403
- RNReanimated (from `../node_modules/react-native-reanimated`)
401404
- RNScreens (from `../node_modules/react-native-screens`)
@@ -411,6 +414,8 @@ EXTERNAL SOURCES:
411414
:podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
412415
EXApplication:
413416
:path: "../node_modules/expo-application/ios"
417+
EXAV:
418+
:path: "../node_modules/expo-av/ios"
414419
EXBlur:
415420
:path: "../node_modules/expo-blur/ios"
416421
EXConstants:
@@ -498,7 +503,7 @@ EXTERNAL SOURCES:
498503
ReactCommon:
499504
:path: "../node_modules/react-native/ReactCommon"
500505
RNCMaskedView:
501-
:path: "../node_modules/@react-native-community/masked-view"
506+
:path: "../node_modules/@react-native-masked-view/masked-view"
502507
RNGestureHandler:
503508
:path: "../node_modules/react-native-gesture-handler"
504509
RNReanimated:
@@ -514,6 +519,7 @@ SPEC CHECKSUMS:
514519
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
515520
DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de
516521
EXApplication: 54fe5bd6268d697771645e8f1aef8b806a65247a
522+
EXAV: b9ed0c201092244c46aa78f907f5c66176bed236
517523
EXBlur: 82055865de17cf2cf797ff064c50fb59fcbe703f
518524
EXConstants: 88bf79622fbd9b476c96d8ec57fe97ca44fe8e3c
519525
EXDocumentPicker: d3eb6a207e1f370e496bea959b3ac145126560f5
@@ -530,7 +536,7 @@ SPEC CHECKSUMS:
530536
EXSharing: 328228a9f14503cfdec68892796478a7a15b8d4d
531537
EXSplashScreen: 21669e598804ee810547dbb6692c8deb5dd8dbf3
532538
FBLazyVector: c71c5917ec0ad2de41d5d06a5855f6d5eda06971
533-
FBReactNativeSpec: 75f96b4f31372bd31374ad070b12c4b6c884ad4c
539+
FBReactNativeSpec: 244d2780a858c4f0972d17e1d6a0cad15e32fbbc
534540
glog: 73c2498ac6884b13ede40eda8228cb1eee9d9d62
535541
RCT-Folly: ec7a233ccc97cc556cf7237f0db1ff65b986f27c
536542
RCTRequired: d34bf57e17cb6e3b2681f4809b13843c021feb6c
@@ -557,9 +563,9 @@ SPEC CHECKSUMS:
557563
React-RCTVibration: c7f845861e79eae13dc1e8217a3cf47a3945b504
558564
React-runtimeexecutor: 493d9abb8b23c3f84e19ae221eeba92cadcb70dc
559565
ReactCommon: 8fea6422328e2fc093e25c9fac67adbcf0f04fb4
560-
RNCMaskedView: 5a8ec07677aa885546a0d98da336457e2bea557f
566+
RNCMaskedView: c298b644a10c0c142055b3ae24d83879ecb13ccd
561567
RNGestureHandler: e1099204721a17a89c81fcd1cc2e92143dc040fb
562-
RNReanimated: 0e5ef4a7e4e79f84efbe5b40771c31044c51e7d0
568+
RNReanimated: 93fe36bf01e6bd4346e0ffc9e469ce37a6b2bea9
563569
RNScreens: d6da2b9e29cf523832c2542f47bf1287318b1868
564570
RNSVG: 551acb6562324b1d52a4e0758f7ca0ec234e278f
565571
Yoga: e6ecf3fa25af9d4c87e94ad7d5d292eedef49749

examples/ExpoMessaging/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"eject": "expo eject"
88
},
99
"dependencies": {
10-
"@react-native-masked-view/masked-view": "0.2.6",
1110
"@react-native-community/netinfo": "7.1.3",
11+
"@react-native-masked-view/masked-view": "0.2.6",
1212
"@react-navigation/native": "5.8.10",
1313
"@react-navigation/stack": "5.12.8",
1414
"expo": "^44.0.0",
@@ -27,7 +27,7 @@
2727
"react-dom": "17.0.1",
2828
"react-native": "0.64.3",
2929
"react-native-gesture-handler": "~2.1.0",
30-
"react-native-reanimated": "~2.3.1",
30+
"react-native-reanimated": "2.7.0",
3131
"react-native-safe-area-context": "3.3.2",
3232
"react-native-screens": "~3.10.1",
3333
"react-native-svg": "12.1.1",

0 commit comments

Comments
 (0)