From 88cdeda6098a9c4937e6ff386183603612911ea1 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Tue, 26 Oct 2021 14:50:08 -0500 Subject: [PATCH] Update install step in README to install specific beta 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 733f8e4..e5c5291 100644 --- a/README.md +++ b/README.md @@ -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).