New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-native-persona

Package Overview
Dependencies
Maintainers
1
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-persona

Launch a mobile native implementation of the Persona inquiry flow from React Native.

  • 0.0.0-alpha.0
  • npm
  • Socket score

Version published
Weekly downloads
18K
increased by4.31%
Maintainers
1
Weekly downloads
 
Created
Source

react-native-persona-inquiry

Development

To test changes to SDK, we will use the Example App in example app.

Install dependencies for example app

We will be using this example app to test our plugin. The plugin cannot compile on it's own and needs an example app to act as a "harness" for testing.

cd example
yarn

iOS only: Install Pods

cd ios
pod install

Android only: Ensure you have proper SDK/gradle version

Ensure you have the proper Java and Gradle version installed.

$ sdk current java
Using java version 8.0.242.hs-adpt
$ sdk current gradle
Using gradle version 5.6.4

Start metro bundler. This will bundle JS and serve it to your React Native sample app.

cd example
yarn start --reset-cache

Start example app in iOS simulator

yarn ios

Or open ios/example.xcworkspace in XCode and build + run.

Start example app in Android simulator

yarn android

Or open the android project in Android Studio and build + run.

Installing in your own project


yarn add react-native-persona-inquiry --save

Mostly automatic installation


react-native link react-native-persona-inquiry

Usage

import PersonaInquiry from "react-native-persona-inquiry";

// TODO: What to do with the module?
PersonaInquiry;

Keywords

FAQs

Package last updated on 06 Apr 2020

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc