-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
32c67e6
commit 1d4e175
Showing
2 changed files
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# @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 | ||
|
||
```bash | ||
npm install react-native-svg react-native-webview | ||
``` | ||
|
||
- For yarn | ||
|
||
```bash | ||
yarn add react-native-svg react-native-webview | ||
``` | ||
|
||
Then, install @neynar/react-native-signin: | ||
|
||
- For npm | ||
|
||
```bash | ||
npm install @neynar/react-native-signin | ||
``` | ||
|
||
- For yarn | ||
|
||
```bash | ||
yarn add @neynar/react-native-signin | ||
``` | ||
|
||
## Example app | ||
|
||
Check out our [example app](https://github.com/neynarxyz/farcaster-examples/tree/main/wownar-react-native) for a demonstration of how to use @neynar/react-native-signin. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters