Skip to content

Commit 382d4d6

Browse files
authored
Merge pull request #266 from GetStream/CRNS-111/Attachment
CRNS-111/Attachment
2 parents cada46b + 72caa59 commit 382d4d6

File tree

13 files changed

+835
-759
lines changed

13 files changed

+835
-759
lines changed

native-package/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6272,10 +6272,10 @@ stream-browserify@^2.0.1:
62726272
inherits "~2.0.1"
62736273
readable-stream "^2.0.2"
62746274

6275-
stream-chat-react-native-core@v0.15.2:
6276-
version "0.15.2"
6277-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.15.2.tgz#23e726c10344c0d478488b4d7d2877c4d0f2aa71"
6278-
integrity sha512-yQNfRlki0dK3EzSZA+/vKeOJwmYeKQLDpEWfs24GlMiYabQ6AUwn+H00SB2yQO4NsBmfqYl/B3rYHERle8KgGQ==
6275+
stream-chat-react-native-core@v1.0.0:
6276+
version "1.0.0"
6277+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-1.0.0.tgz#93438e62f617c00e68b1540c192524a7054a49d6"
6278+
integrity sha512-RhGb+a3npyXH0u/dIrkNKTY/t8XKnBbfLssBCIMsaLcx2HdoZy/aVnWXqYv75taoZccLhmwHC67llbnI4ur48Q==
62796279
dependencies:
62806280
"@babel/runtime" "^7.1.2"
62816281
"@stream-io/react-native-simple-markdown" "^1.2.1"

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
"@babel/preset-env": "^7.4.3",
104104
"@babel/preset-flow": "^7.10.4",
105105
"@babel/preset-react": "^7.0.0",
106+
"@testing-library/jest-native": "^3.3.0",
106107
"@testing-library/react-native": "^5.0.3",
107108
"@types/react": "^16.8.23",
108109
"@types/react-native": "^0.57.0",

0 commit comments

Comments
 (0)