
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
@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 122 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.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.