@neynar/react-native-signin
v1.3.0
Published
## Description
Downloads
1,402
Readme
@neynar/react-native-signin
Description
This package provides components and utilities for implementing "Sign in with Neynar" functionality in React Native apps.
Installation
Before installing @neynar/react-native-signin
, make sure you have installed react-native-svg
and react-native-webview
as dependencies in your project. You can install them using the following commands:
For npm
npm install react-native-svg react-native-webview
For yarn
yarn add react-native-svg react-native-webview
Then, install @neynar/react-native-signin:
For npm
npm install @neynar/react-native-signin
For yarn
yarn add @neynar/react-native-signin
Example app
Check out our example app for a demonstration of how to use @neynar/react-native-signin.