Skip to content

Commit

Permalink
Add Readme and bumpup minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyaschorge committed May 10, 2024
1 parent 32c67e6 commit 1d4e175
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions react-native-sign-in-with-neynar/README.md
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.
2 changes: 1 addition & 1 deletion react-native-sign-in-with-neynar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neynar/react-native-signin",
"version": "1.1.1",
"version": "1.2.0",
"keywords": [
"react-native",
"neynar",
Expand Down

0 comments on commit 1d4e175

Please sign in to comment.