Skip to content

Commit 3c2331b

Browse files
Rename repo to push-notification-ios.
1 parent 95b6423 commit 3c2331b

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Changelog of `@reason-react-native/react-native-push-notification-ios`
1+
# Changelog of `@reason-react-native/push-notification-ios`
22

3-
## 1.0.0 - 2020-01-28
3+
## 1.0.4 - 2020-01-28
44

55
Initial release.

README.md

+10-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# `@reason-react-native/react-native-push-notification-ios`
1+
# `@reason-react-native/push-notification-ios`
22

3-
[![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)
4-
[![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)
3+
[![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)
4+
[![Version](https://img.shields.io/npm/v/@reason-react-native/push-notification-ios.svg)](https://www.npmjs.com/@reason-react-native/push-notification-ios)
55
[![Chat](https://img.shields.io/discord/235176658175262720.svg?logo=discord&colorb=blue)](https://reasonml-community.github.io/reason-react-native/discord/)
66

77
[ReasonML](https://reasonml.github.io) /
@@ -10,24 +10,23 @@
1010

1111
Exposed as `ReactNativePushNotificationIOS` module.
1212

13-
`@reason-react-native/react-native-push-notification-ios` X.y._ means it's
14-
compatible with `@react-native-community/react-native-push-notification-ios`
15-
X.y._
13+
`@reason-react-native/push-notification-ios` X.y._ means it's compatible with
14+
`@react-native-community/react-native-push-notification-ios` X.y._
1615

1716
## Installation
1817

1918
When
20-
[`@react-native-community/react-native-push-notification-ios`](https://github.com/react-native-community/react-native-push-notification-ios)
19+
[`@react-native-community/push-notification-ios`](https://github.com/react-native-community/push-notification-ios)
2120
is properly installed & configured by following their installation instructions,
2221
you can install the bindings:
2322

2423
```console
25-
npm install @reason-react-native/react-native-push-notification-ios
24+
npm install @reason-react-native/push-notification-ios
2625
# or
27-
yarn add @reason-react-native/react-native-push-notification-ios
26+
yarn add @reason-react-native/push-notification-ios
2827
```
2928

30-
`@reason-react-native/react-native-push-notification-ios` should be added to
29+
`@reason-react-native/push-notification-ios` should be added to
3130
`bs-dependencies` in your `bsconfig.json`. Something like
3231

3332
```diff
@@ -37,7 +36,7 @@ yarn add @reason-react-native/react-native-push-notification-ios
3736
"reason-react",
3837
"reason-react-native",
3938
// ...
40-
+ "@reason-react-native/react-native-push-notification-ios"
39+
+ "@reason-react-native/push-notification-ios"
4140
],
4241
//...
4342
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "@reason-react-native/react-native-push-notification-ios",
2+
"name": "@reason-react-native/push-notification-ios",
33
"version": "1.0.4",
44
"publishConfig": {
55
"access": "public"
66
},
77
"peerDependencies": {
88
"@react-native-community/react-native-push-notification-ios": "^1.0.4"
99
},
10-
"repository": "https://github.com/reason-react-native/react-native-push-notification-ios.git",
10+
"repository": "https://github.com/reason-react-native/push-notification-ios.git",
1111
"license": "MIT",
1212
"keywords": [
1313
"reason",

0 commit comments

Comments
 (0)