Skip to content

Commit 12dc293

Browse files
committed
updated documentation for version 0.0.3
1 parent b45d080 commit 12dc293

2 files changed

Lines changed: 6 additions & 11 deletions

File tree

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
# reactxp-push-notification
2-
This module provides cross-platform support for Push Notifications within the [ReactXP](https://microsoft.github.io/reactxp/) library.
1+
# ReactXP-Push-Notification
2+
This module provides cross-platform support for push notifications within the [ReactXP](https://microsoft.github.io/reactxp/) library. Push notifications are supported on Android and iOS.
33

44
## Documentation
5-
ToDo.
5+
For information about installation and usage, please refer to [react-native-push-notification](https://github.com/zo0r/react-native-push-notification/blob/master/README.md) documentation, which this component implements.
66

77
### Prerequisites
8-
* [ReactXP](https://github.com/microsoft/reactxp/)
9-
10-
## Contributing
11-
12-
## License
13-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
8+
* [ReactXP](https://github.com/microsoft/reactxp/)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reactxp-push-notification",
3-
"version": "0.0.2",
4-
"description": "Plugin for ReactXP that provides support for Application Notifications for Android and iOS",
3+
"version": "0.0.3",
4+
"description": "Plugin for ReactXP that provides support for Push Notifications for Android and iOS",
55
"author": "Andrew Perdec <aperdec@gmail.com>",
66
"license": "MIT",
77
"scripts": {

0 commit comments

Comments
 (0)