Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
@daily-co/config-plugin-rn-daily-js
Advanced tools
Expo is an open-source framework for apps that run natively on Android, iOS, and the web. More details here.
This project is an Expo config plugin to autoconfigure react-native-daily-js
when the native code is generated (npx expo prebuild
).
This package cannot be used in the "Expo Go" app because it requires custom native code.
More details about how to create your own development client instead of expo go in order to use native code which are not by default included on Expo can be found here.
Ensure you use versions that work together!
expo | @daily-co/react-native-webrtc | @config-plugins/react-native-webrtc | @daily-co/react-native-daily-js | @daily-co/config-plugin-rn-daily-js |
---|---|---|---|---|
47.x | 1.94.1-daily.8 | 5.0.0 | 0.36.0 | 0.0.1 |
Tested against Expo SDK 47 This package cannot be used in the "Expo Go" app because it requires custom native code.
Install the
react-native-daily-js
dependencies as mentioned here.
npm i @daily-co/react-native-daily-js @react-native-async-storage/async-storage@^1.15.7 react-native-background-timer@^2.3.1
npm i --save-exact @daily-co/react-native-webrtc@1.94.1-daily.8
Install Expo config plugins
npm i @config-plugins/react-native-webrtc @daily-co/config-plugin-rn-daily-js
After installing this npm package, add the config plugin to the plugins
array of your app.json
or app.config.js
:
{
"expo": {
"plugins": [
"@config-plugins/react-native-webrtc",
"@daily-co/config-plugin-rn-daily-js",
[
"expo-build-properties",
{
"android": {
"minSdkVersion": 24
},
"ios": {
"deploymentTarget": "13.0"
}
}
]
]
}
}
Next, rebuild your app as described in the "Adding custom native code" guide.
FAQs
Config plugin to setup react-native-daily-js on prebuild
The npm package @daily-co/config-plugin-rn-daily-js receives a total of 343 weekly downloads. As such, @daily-co/config-plugin-rn-daily-js popularity was classified as not popular.
We found that @daily-co/config-plugin-rn-daily-js demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.