Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.04 KB

Sample-Integration.md

File metadata and controls

11 lines (7 loc) · 1.04 KB

Sample Integration

To better understand the APIs of the PowerAuth React Native SDK, we prepared a sample test application.

Test Application

The test application with the PowerAuth React Native SDK integration can be found inside the testapp folder of the GitHub repository. Visit _tests folder for example usage of the SDK. The PowerAuth_Example.ts file is perhaps the best start point, because contains a well commented example of the activation flow.

The test application is using our powerauth-js-test-client library to manage activations on the server automatically. You suppose to don't do such thing in the real application.