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

docs(react-native): UI Component - ReactionModal #856

Merged
merged 3 commits into from
Jul 26, 2023

Conversation

khushal87
Copy link
Member

No description provided.

Comment on lines 6 to 7
The ReactionModal is a modal designed to show all the available reactions that are allowed in the application and also allows sending a reaction by tapping on them.

Copy link
Member

@santhoshvai santhoshvai Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The ReactionModal is a modal designed to show all the available reactions that are allowed in the application and also allows sending a reaction by tapping on them.
The `ReactionModal` is a [modal](https://reactnative.dev/docs/modal) designed to show all the available reactions in the application and allows sending the reaction when tapped.


The ReactionModal is a modal designed to show all the available reactions that are allowed in the application and also allows sending a reaction by tapping on them.

The ReactionModal component internally lists all the reactions that are supported through the `StreamVideoRN` config. By default we support '👍', '✋' and '🎉' reactions on our SDK. But this is fully customizable from app. To do that you can call the following from your application:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The ReactionModal component internally lists all the reactions that are supported through the `StreamVideoRN` config. By default we support '👍', '✋' and '🎉' reactions on our SDK. But this is fully customizable from app. To do that you can call the following from your application:
The `ReactionModal` component internally lists all the reactions that are supported through the `StreamVideoRN` config. By default, we support '👍', '✋', and '🎉' reactions on our SDK. But this is fully customizable from the app. To do that, you can call the following from your application:

@santhoshvai santhoshvai merged commit be450ce into main Jul 26, 2023
1 check passed
@santhoshvai santhoshvai deleted the khushal87/docs/reaction-modal branch July 26, 2023 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants