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.0+) 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';
React Native PowerAuth SDK currently doesn’t support multiple instance scenarios.
Read Next
Last updated on May 11, 2021 (12:54)
Edit on Github
Send Feedback