React Native toast notifications for iOS and Android
npm install react-native-notificated---
!Build status - typescript compile
!License badge
!Latest, released version
!Date of latest commit
!Number of contributors
- react-native >= 0.62.0
- reanimated >= 2
- react-native-gesture-handler >= 1.10.3
- typescript >= 4.1.0 (if you use TypeScript)
- expo >= 41 (if you use Expo)
``shell`
yarn add react-native-notificated
React-native-notificated is fully compatible with React new architecture on both Android and iOS.
Check the docs here Click
- Basic Usage
- Basic Configuration
- Global Notifications Settings
- Order Of Settings Overwriting
- Default Variants
- Global Styles Settings
- Single Notification Config
- Notification position
- Transitions
- Custom Transitions
- Default Examples
- Dark Mode Examples
- Global Config Examples
- Global Types Config Examples
- Custom Examples
- Redux Example
- Api Reference
Features of this library have been presented at App.js 2022 conference. Find out why react-native-notificated is the only in-app notitication library that you'll ever need HERE
This library needs these dependencies to be installed in your project before you can use it:
`shell``
yarn add react-native-reanimated react-native-gesture-handler
react-native-reanimated requires additional installations
steps: guide here 👈
react-native-gesture-handler requires additional installations
steps: guide here 👈
| Android Emulator | iOS Simulator |
| :-------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: |
| | |
- react-native-reanimated
- react-native-gesture-handler
- react-native-builder-bob
See the contributing guide to learn how to contribute to the repository and the development workflow.
Built at TheWidlarzGroup - the group of React Native Developers and Designers who has built this project for you.
If you like it -> give it a star!
E-mail if you have any questions or just want to talk
The MIT License
See LICENSE for more information.