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 11.0 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 } from 'react-native-powerauth-mobile-sdk';
Last updated on May 28, 2021 (08:57) Edit on Github Send Feedback
Search

2.1.x

PowerAuth for React Native