Installation

React Native PowerAuth Mobile SDK is distributed as a public npm package.

Supported Platforms

The library is available for the following React Native (0.64.1+) platforms:

  • Android 5.0 (API 21) and newer
  • iOS 13.4 and newer

How To Install

1. Install the package via npm

npm i react-native-powerauth-mobile-sdk --save

2. Install pods for iOS

To make integration working with iOS, don’t forget to install Pods:

cd ios
pod install

3. Import PowerAuth in your js/ts files

import { PowerAuth, PowerAuthAuthentication, PowerAuthError } from 'react-native-powerauth-mobile-sdk';
Last updated on Feb 23, 2024 (08:49) Edit on Github Send Feedback
Search

develop

PowerAuth for React Native