Socket
Book a DemoInstallSign in
Socket

@smile_identity/react-native

Package Overview
Dependencies
Maintainers
11
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smile_identity/react-native

Official wrapper for the Smile ID >v10 android and iOS SDKs

latest
Source
npmnpm
Version
11.1.3
Version published
Maintainers
11
Created
Source

Smile ID React Native SDK

Smile ID

NPM Version Build

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.

Get it on Google Play

Download on the App Store

Getting Started

Full documentation is available at Smile ID Documentation

0. Requirements

  • Node.js >=16.0
  • React Native >=0.70 and <=0.74.2 (Old Architecture only)
  • A smile_config.json file from Smile ID Portal
  • See: Android Requirements for Android specific requirements.
  • See: iOS Requirements for iOS specific requirements.

1. Compatibility

This SDK supports React Native versions 0.70 to 0.74.2 on the Old Architecture only. Using it on unsupported versions may lead to unexpected issues such as build failures, SmileID components not rendering, or runtime crashes.

If you're using Expo, use the SmileID Expo SDK.

For the New Architecture or React Native > 0.74.2, we don't currently have an official SDK. If you'd like to build your own wrapper around the native SmileID SDKs, check out our recipes repo for guides and a sample wrapper implementation to reference.

2. Dependency

The latest release is available on npm

Add the dependency to your package.json:

{
  "dependencies": {
    "@smile_identity/react-native": "<latest-version>"
  }
}

3. Initialization

There are multiple ways to initialize the SDK. See Initialization and choose the best option for your integration

Getting Help

For detailed documentation, please visit Smile ID Documentation

If you require further assistance, you can file a support ticket or contact us

Contributing

Bug reports and Pull Requests are welcomed. Please see CONTRIBUTING.md

License

MIT License

Keywords

react-native

FAQs

Package last updated on 23 Dec 2025

Did you know?

Socket

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.

Install

Related posts