Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next Release #2309

Merged
merged 21 commits into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
512f9af
refactor: iOS Gallery refresh files change (#2298)
khushal87 Nov 9, 2023
899aaf2
feat: Add Spanish translations (#2292)
manuelmhtr Nov 13, 2023
9bfa408
fix: auto restart video in gallery when end reached on Expo (#2304)
khushal87 Nov 13, 2023
c30bd36
feat: add theme to override the reaction list icon color (#2306)
khushal87 Nov 14, 2023
e286ce6
feat: add empty channel list translations (#2307)
khushal87 Nov 14, 2023
2ee39bf
chore: update yarn lock deps for packages and example apps (#2308)
khushal87 Nov 14, 2023
813cb12
fix: update dimensions dynamically in the SDK (#2310)
khushal87 Nov 14, 2023
80c2c36
fix: if camera permission cannot be requested go to settings (#2299)
santhoshvai Nov 14, 2023
e723d16
fix: unnecessary reanimated warning (#2311)
santhoshvai Nov 14, 2023
26d1d44
docs: update build status badge in README.md (#2312)
khushal87 Nov 14, 2023
be241e1
fix: sample-app crash because of viewport changes (#2313)
khushal87 Nov 15, 2023
2e39142
fix: issue with camera permissions when clicking the camera picker (#…
khushal87 Nov 20, 2023
c9d7d4e
fix: sample-app crash because of viewport changes (#2323)
khushal87 Nov 21, 2023
e0dbfae
fix: upload progress indicator component type (#2325)
khushal87 Nov 21, 2023
8cbc927
fix: inability to handle long URLs with params properly when clicked …
khushal87 Nov 23, 2023
2567900
refactor: change filename and fileSize to name and size respectively …
khushal87 Nov 23, 2023
2b13bd5
refactor: change duration type to number for both Asset and File type…
khushal87 Nov 24, 2023
b54afee
fix: app crash when the message links have special characters in it (…
khushal87 Nov 24, 2023
89b5efa
feat: update stream-chat package to 8.14.3
santhoshvai Nov 24, 2023
c05b335
fix: do not send two upload requests when offline support is enabled …
santhoshvai Nov 24, 2023
2c50dc8
fix: update editing and quoted state within context correctly (#2333)
vishalnarkhede Nov 27, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


[![NPM](https://img.shields.io/npm/v/stream-chat-react-native.svg)](https://www.npmjs.com/package/stream-chat-react-native)
[![Build Status](https://github.com/GetStream/stream-chat-react-native/workflows/build/badge.svg)](https://github.com/GetStream/stream-chat-react-native/actions)
[![Build Status](https://github.com/GetStream/stream-chat-react-native/actions/workflows/release.yml/badge.svg)](https://github.com/GetStream/stream-chat-react-native/actions)
[![Component Reference](https://img.shields.io/badge/docs-component%20reference-blue.svg)](https://getstream.io/chat/docs/sdk/reactnative)

<img align="right" src="https://getstream.imgix.net/images/ios-chat-tutorial/[email protected]?auto=format,enhance" width="50%" />
Expand All @@ -25,10 +25,15 @@

## Contents

- [React Native Chat Tutorial](#-react-native-chat-tutorial)
- [Example Apps](#-example-apps)
- [Keep in mind](#-keep-in-mind)
- [Contributing](#-contributing)
- [Official React Native SDK for Stream Chat](#official-react-native-sdk-for-stream-chat)
- [Contents](#contents)
- [📖 React Native Chat Tutorial](#-react-native-chat-tutorial)
- [Free for Makers](#free-for-makers)
- [🔮 Example Apps](#-example-apps)
- [💬 Keep in mind](#-keep-in-mind)
- [👏 Contributing](#-contributing)
- [Git flow \& Release process](#git-flow--release-process)
- [We are hiring](#we-are-hiring)

## 📖 React Native Chat Tutorial

Expand Down
16 changes: 10 additions & 6 deletions docusaurus/docs/reactnative/basics/translations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@ The React Native SDK's UI Components are available in multiple languages out-of-
At the moment we support the following languages (and more will be added in the future):

- [English (en)](https://github.com/GetStream/stream-chat-react-native/blob/develop/package/src/i18n/en.json)
- [Spanish (es)](https://github.com/GetStream/stream-chat-react-native/blob/develop/package/src/i18n/es.json)
- [French (fr)](https://github.com/GetStream/stream-chat-react-native/blob/develop/package/src/i18n/fr.json)
- [Hebrew (he)](https://github.com/GetStream/stream-chat-react-native/blob/develop/package/src/i18n/he.json)
- [Hindi (hi)](https://github.com/GetStream/stream-chat-react-native/blob/develop/package/src/i18n/hi.json)
- [Italian (it)](https://github.com/GetStream/stream-chat-react-native/blob/develop/package/src/i18n/it.json)
- [Dutch (nl)](https://github.com/GetStream/stream-chat-react-native/blob/develop/package/src/i18n/nl.json)
- [Turkish (tr)](https://github.com/GetStream/stream-chat-react-native/blob/develop/package/src/i18n/tr.json)
- [Russian (ru)](https://github.com/GetStream/stream-chat-react-native/blob/develop/package/src/i18n/ru.json)
- [Japanese (ja)](https://github.com/GetStream/stream-chat-react-native/blob/develop/package/src/i18n/ja.json)
- [Korean (ko)](https://github.com/GetStream/stream-chat-react-native/blob/develop/package/src/i18n/ko.json)
- [Dutch (nl)](https://github.com/GetStream/stream-chat-react-native/blob/develop/package/src/i18n/nl.json)
- [Russian (ru)](https://github.com/GetStream/stream-chat-react-native/blob/develop/package/src/i18n/ru.json)
- [Turkish (tr)](https://github.com/GetStream/stream-chat-react-native/blob/develop/package/src/i18n/tr.json)

## Usage

Expand Down Expand Up @@ -252,14 +254,16 @@ Language code for language to be used.
The following options are available:

- English (`en`)
- Spanish (`es`)
- French (`fr`)
- Hebrew (`he`)
- Hindi (`hi`)
- Italian (`it`)
- Dutch (`nl`)
- Turkish (`tr`)
- Russian (`ru`)
- Japanese (`ja`)
- Korean (`ko`)
- Dutch (`nl`)
- Russian (`ru`)
- Turkish (`tr`)

| TYPE | DEFAULT |
| ------ | ------- |
Expand Down
4 changes: 2 additions & 2 deletions examples/ExpoMessaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@react-native-community/netinfo": "9.3.7",
"expo": "~48.0.18",
"expo": "~48.0.21",
"expo-av": "~13.2.1",
"expo-clipboard": "^4.1.2",
"expo-constants": "~14.2.1",
Expand All @@ -28,7 +28,7 @@
"expo-status-bar": "~1.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.8",
"react-native": "0.71.14",
"react-native-gesture-handler": "~2.9.0",
"react-native-quick-sqlite": "^8.0.2",
"react-native-reanimated": "~2.14.4",
Expand Down
Loading
Loading