
Security News
Software Engineering Daily Podcast: Feross on AI, Open Source, and Supply Chain Risk
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.
expo-custom-assets
Advanced tools
Expo plugin to add custom assets to xcode and android studio to allow the usage of it as local files for projects like Rive
npm install expo-custom-assets
yarn add expo-custom-assets
pnpm install expo-custom-assets
bun install expo-custom-assets
For managed Expo projects
"plugins": [
[
"expo-custom-assets",
{
// Add asset directory paths, the plugin copies the files in the given paths to the app bundle folder named Assets
"assetsPaths": ["./path-to-your-asset-folder"]
// if you want custom assets directory name use this prop (default: "Assets")
// "assetsDirName": "testName"
// if you want to ignore some files use this prop (default: "")
// "ignoredPattern": ".png$"
// if you want to preserve the folder structure use this prop (default: false)
// "preserveFolder": true
}
]
]
For bare React Native projects, you must ensure that you have installed and configured the expo package before continuing.
Contributions are very welcome! we have some things to do in our Todo's
1.5.0
FAQs
Expo plugin to add custom assets to native codebase
The npm package expo-custom-assets receives a total of 7,887 weekly downloads. As such, expo-custom-assets popularity was classified as popular.
We found that expo-custom-assets demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 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
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.

Security News
GitHub has revoked npm classic tokens for publishing; maintainers must migrate, but OpenJS warns OIDC trusted publishing still has risky gaps for critical projects.

Security News
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.