# React Native Notifications [![Build Status](https://travis-ci.org/wix/react-native-notifications.svg)](https://travis-ci.org/wix/react-native-notifications) Handle push notifications for your app, including remote and local notifications. silent and managed notifications (notifications that can be cleared by the server, e.g. facebook chat) are supported as well. **Work in progress, please notice that this library is not production-ready yet!** ## TODO - Add tests. - Return unified notification object for regular & managed notifications. - Add permissions management. - Add interactive notifications support. - Better support of local notifications.