Skip to content

Commit

Permalink
Merge pull request #2309 from GetStream/develop
Browse files Browse the repository at this point in the history
Next Release
  • Loading branch information
santhoshvai authored Nov 28, 2023
2 parents e7ec23e + 2c50dc8 commit feeb13b
Show file tree
Hide file tree
Showing 85 changed files with 1,039 additions and 1,183 deletions.
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

0 comments on commit feeb13b

Please sign in to comment.