aws-samples / amazon-chime-react-native-demo

A React Native demo application for Android and iOS using the Amazon Chime SDK.
MIT No Attribution
102 stars 24 forks source link

Messaging Components missing ins react native sdk #117

Closed PaulGobin closed 2 years ago

PaulGobin commented 2 years ago

The react native SDK does not have information regarding the messaging components. If you can please add the usage example in the demo app, similar to how the iOS, Android and JS demo app have it would be much appreciated.

Expected behavior Sending and receiving messages such as Chat messages using the message components, not working.

related inquiry: https://github.com/aws-samples/amazon-chime-react-native-demo/issues/50

linsang21 commented 2 years ago

Hi @PaulGobin, thanks for submitting the report. We understand that there're some features that have not been demoed on this react native sample, however it should not be hard to implement by referencing other existing components (how to bridge the RN to native APIs).

Meanwhile, I mark this as request and will update once we have progress.

PaulGobin commented 2 years ago

Thanks @linsang21 I will keep an eye out for any updates.

albrich-me commented 2 years ago

@linsang21 other than the React Native Demo code are there any other resources that might help them sort out how to bridge RN to native API's for both iOS and Android?

ziyiz-amzn commented 2 years ago

@PaulGobin @albrich-me Basically, we have 2 options.

  1. Our team is working on an implementation of messaging in RN via data message. Will update with you once complete.

  2. You can build native messaging functionality using AWS Chime SDK Messaging for both iOS and Android. There are 2 sample apps(iOS and Android) to demonstrate how to build apps using these 2 SDKs. Also, you can refer to the blog post Build chat applications in iOS and Android with Amazon Chime SDK messaging to learn more.

ziyiz-amzn commented 2 years ago

Hi @PaulGobin @albrich-me #120 has been merged, could you try new master branch and see if data message works as expected?

PaulGobin commented 2 years ago

Thanks guys, much appreciated We will give it a shot.

Thank You Paul Gobin

On Jan 3, 2022, at 1:37 PM, Ziyi Zhang @.***> wrote:

 Hi @PaulGobin @albrich-me #120 has been merged, could you try new master branch and see if data message works as expected?

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you were mentioned.