diff --git a/CHANGELOG.md b/CHANGELOG.md index 03ba23b..b24cc3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Changelog of `@reason-react-native/react-native-push-notification-ios` +# Changelog of `@reason-react-native/push-notification-ios` ## 1.0.0 - 2020-01-28 diff --git a/README.md b/README.md index 8e5a522..926d7c6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# `@reason-react-native/react-native-push-notification-ios` +# `@reason-react-native/push-notification-ios` -[![Build Status](https://github.com/reason-react-native/react-native-push-notification-ios/workflows/Build/badge.svg)](https://github.com/reason-react-native/react-native-push-notification-ios/actions) -[![Version](https://img.shields.io/npm/v/@reason-react-native/react-native-push-notification-ios.svg)](https://www.npmjs.com/@reason-react-native/react-native-push-notification-ios) +[![Build Status](https://github.com/reason-react-native/push-notification-ios/workflows/Build/badge.svg)](https://github.com/reason-react-native/push-notification-ios/actions) +[![Version](https://img.shields.io/npm/v/@reason-react-native/push-notification-ios.svg)](https://www.npmjs.com/@reason-react-native/push-notification-ios) [![Chat](https://img.shields.io/discord/235176658175262720.svg?logo=discord&colorb=blue)](https://reasonml-community.github.io/reason-react-native/discord/) [ReasonML](https://reasonml.github.io) / @@ -10,24 +10,23 @@ Exposed as `ReactNativePushNotificationIOS` module. -`@reason-react-native/react-native-push-notification-ios` X.y._ means it's -compatible with `@react-native-community/react-native-push-notification-ios` -X.y._ +`@reason-react-native/push-notification-ios` X.y._ means it's compatible with +`@react-native-community/react-native-push-notification-ios` X.y._ ## Installation When -[`@react-native-community/react-native-push-notification-ios`](https://github.com/react-native-community/react-native-push-notification-ios) +[`@react-native-community/push-notification-ios`](https://github.com/react-native-community/push-notification-ios) is properly installed & configured by following their installation instructions, you can install the bindings: ```console -npm install @reason-react-native/react-native-push-notification-ios +npm install @reason-react-native/push-notification-ios # or -yarn add @reason-react-native/react-native-push-notification-ios +yarn add @reason-react-native/push-notification-ios ``` -`@reason-react-native/react-native-push-notification-ios` should be added to +`@reason-react-native/push-notification-ios` should be added to `bs-dependencies` in your `bsconfig.json`. Something like ```diff @@ -37,7 +36,7 @@ yarn add @reason-react-native/react-native-push-notification-ios "reason-react", "reason-react-native", // ... -+ "@reason-react-native/react-native-push-notification-ios" ++ "@reason-react-native/push-notification-ios" ], //... } diff --git a/package.json b/package.json index 7f3124b..8dad191 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@reason-react-native/react-native-push-notification-ios", + "name": "@reason-react-native/push-notification-ios", "version": "1.0.4", "publishConfig": { "access": "public" @@ -7,7 +7,7 @@ "peerDependencies": { "@react-native-community/react-native-push-notification-ios": "^1.0.4" }, - "repository": "https://github.com/reason-react-native/react-native-push-notification-ios.git", + "repository": "https://github.com/reason-react-native/push-notification-ios.git", "license": "MIT", "keywords": [ "reason",