Skip to content

Commit 7632d89

Browse files
authored
Update README.md
1 parent a46dd92 commit 7632d89

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ npm install react-native-push-notification-popup --save
4040
Put it in a wrapper component. (Maybe where you handle your incoming push notifications)
4141

4242
```javascript
43+
import NotificationPopup from 'react-native-push-notification-popup';
44+
45+
// ...
46+
4347
render() {
4448
return (
4549
<View style={styles.container}>
@@ -85,6 +89,7 @@ componentDidMount() {
8589

8690
## Roadmap
8791

92+
- [ ] Support showing it globally
8893
- [ ] Customizing props: speed, duration, etc
8994
- [ ] Support image on the right-side
9095
- [ ] Android material design style

0 commit comments

Comments
 (0)