Skip to content

Commit

Permalink
Rename repo to push-notification-ios.
Browse files Browse the repository at this point in the history
  • Loading branch information
fhammerschmidt committed Jan 28, 2020
1 parent 95b6423 commit 1526313
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -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) /
Expand All @@ -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
Expand All @@ -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"
],
//...
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@reason-react-native/react-native-push-notification-ios",
"name": "@reason-react-native/push-notification-ios",
"version": "1.0.4",
"publishConfig": {
"access": "public"
},
"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",
Expand Down

0 comments on commit 1526313

Please sign in to comment.