Skip to content

Commit 730f688

Browse files
Merge pull request #533 from GetStream/vishal/bidirectional-scroll-fixes
CRNS-265: Bidirectional scroll fixes for android
2 parents fbf67a5 + 739a249 commit 730f688

File tree

11 files changed

+986
-982
lines changed

11 files changed

+986
-982
lines changed

examples/NativeMessaging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@react-native-community/netinfo": "5.9.10",
1717
"@react-navigation/native": "5.9.2",
1818
"@react-navigation/stack": "5.14.2",
19-
"@stream-io/flat-list-mvcp": "0.0.5",
19+
"@stream-io/flat-list-mvcp": "0.0.9",
2020
"react": "16.13.1",
2121
"react-native": "0.63.4",
2222
"react-native-document-picker": "5.0.0",

examples/NativeMessaging/yarn.lock

Lines changed: 29 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1397,10 +1397,12 @@
13971397
dependencies:
13981398
"@sinonjs/commons" "^1.7.0"
13991399

1400-
"@stream-io/[email protected]":
1401-
version "0.0.5"
1402-
resolved "https://registry.yarnpkg.com/@stream-io/flat-list-mvcp/-/flat-list-mvcp-0.0.5.tgz#e2e28150a97292dfc6ae46d6bc12b99939362b52"
1403-
integrity sha512-BU+vQPU16m7WnpIOhAY8c2vqS7934oBW3sDbaxn6NWXCVOSbF8tv1iLW8ClHOkNpiUcRVmTKYFkEehEUifpEKw==
1400+
"@stream-io/[email protected]":
1401+
version "0.0.9"
1402+
resolved "https://registry.yarnpkg.com/@stream-io/flat-list-mvcp/-/flat-list-mvcp-0.0.9.tgz#8dad59a93766376a7745deb4a45e50cf0c012a65"
1403+
integrity sha512-tj9Y7bDlFqdiy4girVlvo1Euc0uiYHCQ2vhOjo1B+ChfGC3b5DBDu51OMJDKJyD+U9NP5F/XnV7tcr3k4aDjgg==
1404+
dependencies:
1405+
lodash.debounce "^4.0.8"
14041406

14051407
"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.7":
14061408
version "7.1.12"
@@ -5015,6 +5017,11 @@ [email protected]:
50155017
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.20.tgz#29f6332eefc60e849f869c264bc71126ad61e8f7"
50165018
integrity sha512-JD1COMZsq8maT6mnuz1UMV0jvYD0E0aUsSOdrr1/nAG3dhqQXwRRgeW0cSqH1U43INKcqxaiVIQNOUDld7gRDA==
50175019

5020+
lodash.debounce@^4.0.8:
5021+
version "4.0.8"
5022+
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
5023+
integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168=
5024+
50185025
lodash.includes@^4.3.0:
50195026
version "4.3.0"
50205027
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
@@ -7195,9 +7202,24 @@ stream-buffers@~2.2.0:
71957202
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
71967203
integrity sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ=
71977204

7198-
"stream-chat-react-native-core@link:../..":
7199-
version "0.0.0"
7200-
uid ""
7205+
7206+
version "3.0.0"
7207+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-3.0.0.tgz#63424f643070ba4743c9746224310641e278df16"
7208+
integrity sha512-2oLmMS8RsoHEl6P46PT4Cp0wp86nLwgpAi+8sMCGFlwuAi9fIZb9jyEIJwlJkiHCn6Vj452zaWKfFo1QZK+2ag==
7209+
dependencies:
7210+
"@babel/runtime" "7.12.13"
7211+
"@gorhom/bottom-sheet" "3.0.0-alpha.0"
7212+
anchorme "^1.1.2"
7213+
dayjs "1.10.4"
7214+
file-loader "6.2.0"
7215+
i18next "19.8.7"
7216+
lodash-es "4.17.20"
7217+
metro-react-native-babel-preset "0.65.0"
7218+
mime-types "2.1.28"
7219+
path "0.12.7"
7220+
react-art "^16.8.6"
7221+
react-native-markdown-package "1.8.1"
7222+
stream-chat "3.0.0"
72017223

72027224
"stream-chat-react-native@link:../../native-package":
72037225
version "0.0.0"

examples/SampleApp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@react-navigation/drawer": "5.12.3",
2020
"@react-navigation/native": "5.9.2",
2121
"@react-navigation/stack": "5.14.2",
22-
"@stream-io/flat-list-mvcp": "0.0.5",
22+
"@stream-io/flat-list-mvcp": "0.0.9",
2323
"react": "16.13.1",
2424
"react-native": "0.63.4",
2525
"react-native-document-picker": "5.0.0",

examples/SampleApp/yarn.lock

Lines changed: 29 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1441,10 +1441,12 @@
14411441
dependencies:
14421442
"@sinonjs/commons" "^1.7.0"
14431443

1444-
"@stream-io/[email protected]":
1445-
version "0.0.5"
1446-
resolved "https://registry.yarnpkg.com/@stream-io/flat-list-mvcp/-/flat-list-mvcp-0.0.5.tgz#e2e28150a97292dfc6ae46d6bc12b99939362b52"
1447-
integrity sha512-BU+vQPU16m7WnpIOhAY8c2vqS7934oBW3sDbaxn6NWXCVOSbF8tv1iLW8ClHOkNpiUcRVmTKYFkEehEUifpEKw==
1444+
"@stream-io/[email protected]":
1445+
version "0.0.9"
1446+
resolved "https://registry.yarnpkg.com/@stream-io/flat-list-mvcp/-/flat-list-mvcp-0.0.9.tgz#8dad59a93766376a7745deb4a45e50cf0c012a65"
1447+
integrity sha512-tj9Y7bDlFqdiy4girVlvo1Euc0uiYHCQ2vhOjo1B+ChfGC3b5DBDu51OMJDKJyD+U9NP5F/XnV7tcr3k4aDjgg==
1448+
dependencies:
1449+
lodash.debounce "^4.0.8"
14481450

14491451
"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.7":
14501452
version "7.1.12"
@@ -5206,6 +5208,11 @@ [email protected]:
52065208
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.20.tgz#29f6332eefc60e849f869c264bc71126ad61e8f7"
52075209
integrity sha512-JD1COMZsq8maT6mnuz1UMV0jvYD0E0aUsSOdrr1/nAG3dhqQXwRRgeW0cSqH1U43INKcqxaiVIQNOUDld7gRDA==
52085210

5211+
lodash.debounce@^4.0.8:
5212+
version "4.0.8"
5213+
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
5214+
integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168=
5215+
52095216
lodash.includes@^4.3.0:
52105217
version "4.3.0"
52115218
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
@@ -7406,9 +7413,24 @@ stream-buffers@~2.2.0:
74067413
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
74077414
integrity sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ=
74087415

7409-
"stream-chat-react-native-core@link:../..":
7410-
version "0.0.0"
7411-
uid ""
7416+
7417+
version "3.0.0"
7418+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-3.0.0.tgz#63424f643070ba4743c9746224310641e278df16"
7419+
integrity sha512-2oLmMS8RsoHEl6P46PT4Cp0wp86nLwgpAi+8sMCGFlwuAi9fIZb9jyEIJwlJkiHCn6Vj452zaWKfFo1QZK+2ag==
7420+
dependencies:
7421+
"@babel/runtime" "7.12.13"
7422+
"@gorhom/bottom-sheet" "3.0.0-alpha.0"
7423+
anchorme "^1.1.2"
7424+
dayjs "1.10.4"
7425+
file-loader "6.2.0"
7426+
i18next "19.8.7"
7427+
lodash-es "4.17.20"
7428+
metro-react-native-babel-preset "0.65.0"
7429+
mime-types "2.1.28"
7430+
path "0.12.7"
7431+
react-art "^16.8.6"
7432+
react-native-markdown-package "1.8.1"
7433+
stream-chat "3.0.0"
74127434

74137435
"stream-chat-react-native@link:../../native-package":
74147436
version "0.0.0"

examples/TypeScriptMessaging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@react-native-community/netinfo": "5.9.10",
1717
"@react-navigation/native": "5.9.2",
1818
"@react-navigation/stack": "5.14.2",
19-
"@stream-io/flat-list-mvcp": "0.0.5",
19+
"@stream-io/flat-list-mvcp": "0.0.9",
2020
"react": "16.13.1",
2121
"react-native": "0.63.4",
2222
"react-native-document-picker": "5.0.0",

0 commit comments

Comments
 (0)