Skip to content

Commit

Permalink
Update install step in README to install specific beta
Browse files Browse the repository at this point in the history
Since NPM doesn't automatically recognize the latest beta (with `beta` tag) as the `latest`, we should clarify the install step should specify which beta version to use.
  • Loading branch information
rgomezp committed Oct 26, 2021
1 parent 055986e commit 88cdeda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
## Install

```sh
expo install onesignal-expo-plugin
expo install onesignal-expo-plugin@1.0.0-beta3
```

**Note:** this does not install the [OneSignal SDK](https://github.com/OneSignal/react-native-onesignal).
Expand Down

0 comments on commit 88cdeda

Please sign in to comment.