Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Mukhammadali committed Jul 21, 2020
1 parent 4a52ea1 commit c22c3e5
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@

# react-native-auth0-guardian
# React Native bridge for auth0 guardian

[![npm version](https://badge.fury.io/js/react-native-auth0-guardian.svg?update=9)](http://badge.fury.io/js/react-native-auth0-guardian)
[![npm downloads](https://img.shields.io/npm/dm/react-native-push-auth0-guardian.svg?update=9)](http://badge.fury.io/js/react-native-auth0-guardian)


## Installation

### NPM

`npm install --save react-native-auth0-guardian`

### Yarn

`yarn add react-native-auth0-guardian`

## Get library

`$ npm install react-native-auth0-guardian --save`

### Linking the library

Expand All @@ -17,6 +29,7 @@ Use CocoaPods to add the native RNAuth0Guardian to your project:
`$ npx pod-install`



### Manual installation


Expand Down Expand Up @@ -129,4 +142,9 @@ try {
```


## Native libraries used:

[Auth0 Guardian Java](https://github.com/auth0/Guardian.java)
[Auth0 Guardian Swift](https://github.com/auth0/Guardian.swift)


0 comments on commit c22c3e5

Please sign in to comment.