Currently this guide is written for react-native-notifications@^3.0.0.
We also assume you use react-native@60.x.x and above.
For older versions, visit this installation guide.
Add react-native-notifications to your dependencies
With npm
-$ npm install --save react-native-notifications@3.0.0-beta.4
+$ npm install --save react-native-notifications
Or with yarn
$ yarn add react-native-notifications
diff --git a/docs/getting-started/index.html b/docs/getting-started/index.html
index bb6fa09..a510647 100644
--- a/docs/getting-started/index.html
+++ b/docs/getting-started/index.html
@@ -1,4 +1,4 @@
-React Native Notifications Getting Started Guide · React native notifications