We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a46dd92 commit 7632d89Copy full SHA for 7632d89
README.md
@@ -40,6 +40,10 @@ npm install react-native-push-notification-popup --save
40
Put it in a wrapper component. (Maybe where you handle your incoming push notifications)
41
42
```javascript
43
+import NotificationPopup from 'react-native-push-notification-popup';
44
+
45
+// ...
46
47
render() {
48
return (
49
<View style={styles.container}>
@@ -85,6 +89,7 @@ componentDidMount() {
85
89
86
90
## Roadmap
87
91
92
+- [ ] Support showing it globally
88
93
- [ ] Customizing props: speed, duration, etc
94
- [ ] Support image on the right-side
95
- [ ] Android material design style
0 commit comments