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 ) /
1010
1111Exposed 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
1918When
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 )
2120is properly installed & configured by following their installation instructions,
2221you 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}
0 commit comments