You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
> npm i react-native-agora agora-rn-uikit agora-react-native-rtm
Android
If you're using an android device, connect your device and enable debugging, you should be able to see your device when you run adb devices. You can use the android simulator as well.
Start the metro server
> npm start
In a separate terminal execute
> npm run android
iOS
The iOS simulator doesn't support camera, please use a physical devie
Install the cocoapods
>cd ios && pod install
To test your app on an iOS device configure code signing by opening ios/.xcworkspace in Xcode. Then build and launch your app from Xcode.