Skip to content

Commit 77c0df7

Browse files
authored
Update README.md
1 parent 99c1f36 commit 77c0df7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ The `react-native-oauth` library provides an interface to OAuth 1.0 and OAuth 2.
1212
This library cuts out the muck of dealing with the [OAuth 1.0](https://tools.ietf.org/html/rfc5849) and [OAuth 2.0](http://oauth.net/2/) protocols in react-native apps. The API is incredibly simple and straight-forward and is intended on getting you up and running quickly with OAuth providers (such as Facebook, Github, Twitter, etc).
1313

1414
```javascript
15+
import OAuthManager from 'react-native-oauth';
16+
1517
const manager = new OAuthManager('firestackexample')
1618
manager.configure({
1719
twitter: {

0 commit comments

Comments
 (0)