Building Interactive games for video calls in React-Native

73 Views Asked by At

I'm trying to create a react-native video call app using agora.io and was looking to create some interactive games that users can play on the call like the ones that Facebook messenger offers. Are there any resources out there that I can refer to or any tutorials? Any help would greatly be appreciated.

Thanks

1

There are 1 best solutions below

0
On BEST ANSWER

Hey you can check out the following links to help you get started with adding Agora.io RTE SDK to your react native project.

Agora React-Native Quickstart

React-Native API reference

You can also read up about how you can build games in react-native.