1
- # ` @reason-react-native/react-native- push-notification-ios `
1
+ # ` @reason-react-native/push-notification-ios `
2
2
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 )
5
5
[ ![ Chat] ( https://img.shields.io/discord/235176658175262720.svg?logo=discord&colorb=blue )] ( https://reasonml-community.github.io/reason-react-native/discord/ )
6
6
7
7
[ ReasonML] ( https://reasonml.github.io ) /
10
10
11
11
Exposed as ` ReactNativePushNotificationIOS ` module.
12
12
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._
16
15
17
16
## Installation
18
17
19
18
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 )
21
20
is properly installed & configured by following their installation instructions,
22
21
you can install the bindings:
23
22
24
23
``` console
25
- npm install @reason-react-native/react-native- push-notification-ios
24
+ npm install @reason-react-native/push-notification-ios
26
25
# or
27
- yarn add @reason-react-native/react-native- push-notification-ios
26
+ yarn add @reason-react-native/push-notification-ios
28
27
```
29
28
30
- ` @reason-react-native/react-native- push-notification-ios ` should be added to
29
+ ` @reason-react-native/push-notification-ios ` should be added to
31
30
` bs-dependencies ` in your ` bsconfig.json ` . Something like
32
31
33
32
``` diff
@@ -37,7 +36,7 @@ yarn add @reason-react-native/react-native-push-notification-ios
37
36
"reason-react",
38
37
"reason-react-native",
39
38
// ...
40
- + "@reason-react-native/react-native- push-notification-ios"
39
+ + "@reason-react-native/push-notification-ios"
41
40
],
42
41
//...
43
42
}
0 commit comments