-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: updating docs to reflect org changes
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
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 |
---|---|---|
|
@@ -23,11 +23,11 @@ Build with ReasonML. This project is still on beta. | |
|
||
## Getting started | ||
|
||
`$ npm install react-native-android-inapp-updates --save` | ||
`$ npm install @gurukumparan/react-native-android-inapp-updates --save` | ||
|
||
or | ||
|
||
`$ yarn add react-native-android-inapp-updates` | ||
`$ yarn add @gurukumparan/react-native-android-inapp-updates` | ||
|
||
### For [email protected] or above | ||
|
||
|
@@ -36,11 +36,11 @@ Read more about autolinking [here](https://github.com/react-native-community/cli | |
|
||
### Mostly automatic installation | ||
|
||
`$ react-native link react-native-android-inapp-updates` | ||
`$ react-native link @gurukumparan/react-native-android-inapp-updates` | ||
|
||
## Usage | ||
```javascript | ||
import {startUpdateFlow} from 'react-native-android-inapp-updates'; | ||
import {startUpdateFlow} from '@gurukumparan/react-native-android-inapp-updates'; | ||
const updateModes = 'flexible'; | ||
|
||
try { | ||
|