Gathering detailed insights and metrics for expo-agora
Gathering detailed insights and metrics for expo-agora
Gathering detailed insights and metrics for expo-agora
Gathering detailed insights and metrics for expo-agora
React Native around the Agora RTC SDKs for Android and iOS agora
npm install expo-agora
Typescript
Module System
Node Version
NPM Version
Release 4.5.2-build.140-rc.2
Updated on Jul 07, 2025
Release 4.5.2-build.140-rc.1
Updated on Jul 04, 2025
Release 4.5.3
Updated on May 07, 2025
Release 4.5.2
Updated on Mar 11, 2025
Release 4.5.2-dev.1
Updated on Mar 03, 2025
Release 4.5.1
Updated on Jan 03, 2025
TypeScript (95.01%)
Java (1.32%)
Objective-C++ (1.14%)
Kotlin (0.65%)
Shell (0.62%)
JavaScript (0.45%)
Objective-C (0.37%)
Ruby (0.22%)
Mustache (0.16%)
Swift (0.06%)
C (0.01%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
642 Stars
139 Commits
225 Forks
42 Watchers
18 Branches
15 Contributors
Updated on Jul 11, 2025
Latest Version
3.7.4-UNOFFICIAL
Package Id
expo-agora@3.7.4-UNOFFICIAL
Unpacked Size
3.53 MB
Size
647.78 kB
File Count
112
NPM Version
8.1.2
Node Version
16.13.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
2
20
This SDK takes advantage of React Native and Agora RTC Video SDK on Android && iOS.
The community developer Syanbo developed 1.0 version React Native SDK based on the Agora Native SDK from 2016 to 2017. As the community's demand for React Native SDK keeps growing, Agora has achieved official cooperation with Syanbo, this project now is officially maintained by Agora. Thanks to Syanbo for his long-term contributions to React Native SDK.
Install react-native-agora
(^3.0.0):
1yarn add react-native-agora
or
1npm i --save react-native-agora
Go to your ios folder and run:
1pod install
_ IMPORTANT _
Native Modules are now Autolinked.
Install react-native-agora
(^3.0.0):
1yarn add react-native-agora
or
1npm i --save react-native-agora
_ IMPORTANT _
_ IMPORTANT _
We no longer support, you can try the older version.
Install react-native-agora
(^1.0.0)
Install react-native-agora
(^2.0.0)
1import RtcEngine from 'react-native-agora'; 2RtcEngine.create('YOUR APP ID');
or
1const RtcEngine = require('react-native-agora'); 2RtcEngine.create('YOUR APP ID');
We suggest you use TypeScript to develop, or use TypeScript eslint to lint your code.
The error log:
[!] The 'xxx' target has libraries with conflicting names: libcrypto.a.
You should disable Flipper, you can found it in the Podfile, and comment the code about Flipper in AppDelegate.
# Enables Flipper.
#
# Note that if you have use_frameworks! enabled, Flipper will not work and
# you should disable these next few lines.
add_flipper_pods!
post_install do |installer|
flipper_post_install(installer)
end
The error log:
Swift class extensions and categories on Swift classes are not allowed to have +load methods
Fixed in React Native 0.59.3.
Source: https://github.com/facebook/react-native/issues/24139
The error log:
Exception '*** -[__NSArrayM objectAtIndexedSubscript:]: index 1 beyond bounds [0 .. 0]' was thrown while invoking getCurrentAppState on target AppState with params (
2,
3
)
Fixed in React Native 0.59.9.
Source: https://github.com/facebook/react-native/issues/25154
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
binaries present in source code
Details
Reason
Found 18/30 approved changesets -- score normalized to 6
Reason
6 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 6
Reason
security policy file not detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
29 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More