-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add link to license in Readme * upgrade
- Loading branch information
Showing
2 changed files
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
<p align="center"> | ||
<div align="center"> | ||
<img alt="react-native-notificated" src="https://github.com/TheWidlarzGroup/react-native-notificated/blob/master/docs/static/img/notificated_logo_small.png?raw=true"> | ||
</p> | ||
<p align="center"> | ||
Blazingly super fast RN notification library.<br /> | ||
Better than your delivery man. <br/> | ||
<a href="https://thewidlarzgroup.github.io/react-native-notificated/">react-native-notificated</a> | ||
</p> | ||
<h1 align="center"> | ||
Blazingly super fast ⚡️ React Native toast notifications | ||
</h1> | ||
<a href="https://thewidlarzgroup.github.io/react-native-notificated/">react-native-notificated</a> | ||
</div> | ||
|
||
--- | ||
|
||
|
@@ -100,4 +99,5 @@ E-mail if you have any questions or just want to talk <[email protected] | |
|
||
## 🏢 License | ||
|
||
MIT | ||
The MIT License | ||
See [LICENSE](LICENSE.md) for more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "react-native-notificated", | ||
"version": "0.1.1", | ||
"description": "Blazingly super fast RN notification library. Better than your delivery man", | ||
"description": "React Native toast notifications for iOS and Android", | ||
"main": "lib/commonjs/index", | ||
"module": "lib/module/index", | ||
"types": "lib/typescript/index.d.ts", | ||
|
@@ -36,7 +36,13 @@ | |
"keywords": [ | ||
"react-native", | ||
"ios", | ||
"android" | ||
"android", | ||
"react native", | ||
"push notifications", | ||
"notifications", | ||
"react native notifications", | ||
"react native toast", | ||
"toast notifications" | ||
], | ||
"repository": "https://github.com/TheWidlarzGroup/react-native-notificated", | ||
"author": "TWG <[email protected]> (https://thewidlarzgroup.com/)", | ||
|