forked from GetStream/stream-chat-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: rename master to main (GetStream#1364)
- Loading branch information
1 parent
bb976c6
commit 5e8abee
Showing
130 changed files
with
386 additions
and
386 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# Official React Native SDK for Stream Chat | ||
|
||
<p align="center"> | ||
<a href="https://getstream.io/chat/react-native-chat/tutorial/"><img src="https://github.com/GetStream/stream-chat-react-native/blob/master/screenshots/readme/cover.png" alt="react native chat" width="100%" /></a> | ||
<a href="https://getstream.io/chat/react-native-chat/tutorial/"><img src="https://github.com/GetStream/stream-chat-react-native/blob/main/screenshots/readme/cover.png" alt="react native chat" width="100%" /></a> | ||
</p> | ||
|
||
> The official React Native and Expo components for Stream Chat, a service for | ||
> building chat applications. | ||
|
||
[](https://www.npmjs.com/package/stream-chat-react-native) | ||
[](https://github.com/GetStream/stream-chat-react-native/actions) | ||
[](https://github.com/GetStream/stream-chat-react-native/actions) | ||
[](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%" /> | ||
|
@@ -68,7 +68,7 @@ We welcome code changes that improve this library or fix a problem, and please m | |
|
||
## Git flow & Release process | ||
|
||
We enforce conventional commits and have an automated releasing process using workspaces and semantic-release. Read our [git flow & release process guide](https://github.com/GetStream/stream-chat-react-native/blob/master/RELEASE_PROCESS.md) for more information | ||
We enforce conventional commits and have an automated releasing process using workspaces and semantic-release. Read our [git flow & release process guide](https://github.com/GetStream/stream-chat-react-native/blob/main/RELEASE_PROCESS.md) for more information | ||
|
||
## We are hiring | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...s/docs/reactnative/common-content/contexts/image-gallery-context/set_images.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Setter for value [`images`](../../../contexts/image_gallery_context.mdx#images). | ||
|
||
| Type | | ||
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| `(messageWithImages: [MessageType](https://github.com/GetStream/stream-chat-react-native/blob/master/package/src/components/MessageList/hooks/useMessageList.ts)[]) => void` | | ||
| Type | | ||
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| `(messageWithImages: [MessageType](https://github.com/GetStream/stream-chat-react-native/blob/main/package/src/components/MessageList/hooks/useMessageList.ts)[]) => void` | |
6 changes: 3 additions & 3 deletions
6
...ive/common-content/core-components/channel-list/props/empty_state_indicator.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Rendered when the channel list is empty and not loading via the [ListEmptyComponent](https://reactnative.dev/docs/flatlist#listemptycomponent) prop on the FlatList. | ||
|
||
| Type | Default | | ||
| --------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| component | [EmptyStateIndicator](https://github.com/GetStream/stream-chat-react-native/blob/master/package/src/components/Indicators/EmptyStateIndicator.tsx) | | ||
| Type | Default | | ||
| --------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | | ||
| component | [EmptyStateIndicator](https://github.com/GetStream/stream-chat-react-native/blob/main/package/src/components/Indicators/EmptyStateIndicator.tsx) | |
6 changes: 3 additions & 3 deletions
6
.../common-content/core-components/channel-list/props/footer_loading_indicator.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Rendered when [`loadingNextPage` from `ChannelsContext`](../../../../contexts/channels_context.mdx#loadingnextpage) is true via the [`ListFooterComponent`](https://reactnative.dev/docs/flatlist#listfootercomponent) prop on the FlatList. | ||
|
||
| Type | Default | | ||
| --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| component | [ChannelListFooterLoadingIndicator](https://github.com/GetStream/stream-chat-react-native/blob/master/package/src/components/ChannelList/ChannelListFooterLoadingIndicator.tsx) | | ||
| Type | Default | | ||
| --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| component | [ChannelListFooterLoadingIndicator](https://github.com/GetStream/stream-chat-react-native/blob/main/package/src/components/ChannelList/ChannelListFooterLoadingIndicator.tsx) | |
6 changes: 3 additions & 3 deletions
6
...ve/common-content/core-components/channel-list/props/header_error_indicator.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Rendered when [`error` from `ChannelsContext`](../../../../contexts/channels_context.mdx#error) is true. | ||
|
||
| Type | Default | | ||
| --------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| component | [ChannelListHeaderErrorIndicator](https://github.com/GetStream/stream-chat-react-native/blob/master/package/src/components/ChannelList/ChannelListHeaderErrorIndicator.tsx) | | ||
| Type | Default | | ||
| --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| component | [ChannelListHeaderErrorIndicator](https://github.com/GetStream/stream-chat-react-native/blob/main/package/src/components/ChannelList/ChannelListHeaderErrorIndicator.tsx) | |
6 changes: 3 additions & 3 deletions
6
...on-content/core-components/channel-list/props/header_network_down_indicator.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Rendered when [`isOnline` from `ChatContext`](../../../../contexts/chat_context.mdx#isonline) is false. | ||
|
||
| Type | Default | | ||
| --------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| component | [ChannelListHeaderNetworkDownIndicator](https://github.com/GetStream/stream-chat-react-native/blob/master/package/src/components/ChannelList/ChannelListHeaderNetworkDownIndicator.tsx) | | ||
| Type | Default | | ||
| --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| component | [ChannelListHeaderNetworkDownIndicator](https://github.com/GetStream/stream-chat-react-native/blob/main/package/src/components/ChannelList/ChannelListHeaderNetworkDownIndicator.tsx) | |
6 changes: 3 additions & 3 deletions
6
...e/common-content/core-components/channel-list/props/loading_error_indicator.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Rendered when [`error` from `ChannelsContext`](../../../../contexts/channels_context.mdx#error) is true, and the channel list is empty and not loading. | ||
|
||
| Type | Default | | ||
| --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | | ||
| component | [LoadingErrorIndicator](https://github.com/GetStream/stream-chat-react-native/blob/master/package/src/components/Indicators/LoadingErrorIndicator.tsx) | | ||
| Type | Default | | ||
| --------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| component | [LoadingErrorIndicator](https://github.com/GetStream/stream-chat-react-native/blob/main/package/src/components/Indicators/LoadingErrorIndicator.tsx) | |
6 changes: 3 additions & 3 deletions
6
...tnative/common-content/core-components/channel-list/props/loading_indicator.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Rendered when the channel list is empty and loading via the [ListEmptyComponent](https://reactnative.dev/docs/flatlist#listemptycomponent) prop on the FlatList. | ||
|
||
| Type | Default | | ||
| --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| component | [ChannelListLoadingIndicator](https://github.com/GetStream/stream-chat-react-native/blob/master/package/src/components/ChannelList/ChannelListLoadingIndicator.tsx) | | ||
| Type | Default | | ||
| --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| component | [ChannelListLoadingIndicator](https://github.com/GetStream/stream-chat-react-native/blob/main/package/src/components/ChannelList/ChannelListLoadingIndicator.tsx) | |
6 changes: 3 additions & 3 deletions
6
...docs/reactnative/common-content/core-components/channel-list/props/skeleton.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Row item rendered in the [`LoadingIndicator`](#loadingindicator). | ||
|
||
| Type | Default | | ||
| --------- | ----------------------------------------------------------------------------------------------------------------------------- | | ||
| component | [Skeleton](https://github.com/GetStream/stream-chat-react-native/blob/master/package/src/components/ChannelList/Skeleton.tsx) | | ||
| Type | Default | | ||
| --------- | --------------------------------------------------------------------------------------------------------------------------- | | ||
| component | [Skeleton](https://github.com/GetStream/stream-chat-react-native/blob/main/package/src/components/ChannelList/Skeleton.tsx) | |
6 changes: 3 additions & 3 deletions
6
...reactnative/common-content/core-components/channel/props/attachment_actions.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Component to render additional actions on attachment. e.g., send, shuffle, cancel in case of giphy. | ||
|
||
| Type | Default | | ||
| --------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| component | [AttachmentActions](https://github.com/GetStream/stream-chat-react-native/blob/master/package/src/components/Attachment/AttachmentActions.tsx) | | ||
| Type | Default | | ||
| --------- | -------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| component | [AttachmentActions](https://github.com/GetStream/stream-chat-react-native/blob/main/package/src/components/Attachment/AttachmentActions.tsx) | |
6 changes: 3 additions & 3 deletions
6
...s/docs/reactnative/common-content/core-components/channel/props/date_header.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Component to render sticky date header within enclosed MessageList component. | ||
|
||
| Type | Default | | ||
| --------- | --------------------------------------------------------------------------------------------------------------------------------- | | ||
| component | [DateHeader](https://github.com/GetStream/stream-chat-react-native/blob/master/package/src/components/MessageList/DateHeader.tsx) | | ||
| Type | Default | | ||
| --------- | ------------------------------------------------------------------------------------------------------------------------------- | | ||
| component | [DateHeader](https://github.com/GetStream/stream-chat-react-native/blob/main/package/src/components/MessageList/DateHeader.tsx) | |
Oops, something went wrong.