
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
@smile_identity/react-native
Advanced tools
Smile ID provides premier solutions for Real Time Digital KYC, Identity Verification, User Onboarding, and User Authentication across Africa.
If you haven’t already, sign up for a free Smile ID account, which comes with Sandbox access.
Please see CHANGELOG.md or Releases for the most recent version and release notes.
Full documentation is available at Smile ID Documentation
smile_config.json file from Smile ID PortalThe latest release is available on npm
Add the dependency to your package.json:
{
"dependencies": {
"@smile_identity/react-native": "<latest-version>"
}
}
Place the smile_config.json file under your application's assets, located at src/main/assets (This should be at the same level as your java and res directories). You may need to create the directory if it does not already exist.
Drag the smile_config.json into your project's file inspector and ensure that the file is added to your app's target. Confirm that it is by checking the Copy Bundle Resources drop down in the Build Phases tab as shown below.
Initialize the Smile ID SDK in your app's entry file (normally index.tsx) by calling initialize:
import { initialize } from 'rn-smile-id';
import React, { useEffect } from 'react';
const App = () => {
useEffect(() => {
initialize().then(() => console.log('Smile ID Initialized'));
}, []);
return (
// ...rest of your component
);
};
export default App;
For detailed documentation, please visit Smile ID Documentation
If you require further assistance, you can file a support ticket or contact us
Bug reports and Pull Requests are welcomed. Please see CONTRIBUTING.md
FAQs
Official wrapper for the Smile ID >v10 android and iOS SDKs
The npm package @smile_identity/react-native receives a total of 131 weekly downloads. As such, @smile_identity/react-native popularity was classified as not popular.
We found that @smile_identity/react-native demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 11 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.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.