react-native-agora
# Use npm
npm install react-native-agora
or
# Use yarn
yarn add react-native-agora
then you need to link the library
# Link the library
react-native link react-native-agora
# installed ruby first then run it
gem install cocoapods
cd ios
pod install
pod install success will create <projectName>
.xcworkspace file in ios folder.
Open ios/projectName.xcworkspace
with XCode
select the AgoraRtcEngineKit and re-added by below steps.