This is the official example application for the react-native-toast-message-ts package. It demonstrates the various features, animations, and configurations available in the library.
Follow these instructions to get the example app running on your local machine.
git clone https://github.com/noorjsdivs/ex-react-native-toast-message-ts.git
cd ex-react-native-toast-message-tsInstall the Node.js dependencies using npm or yarn:
# Using npm
npm install
# OR using Yarn
yarn installIf you are running on iOS, you need to install the CocoaPods dependencies:
cd ios
pod install
cd ..Start the Metro bundler and launch the app:
For iOS:
npm run ios
# or
yarn iosFor Android:
npm run android
# or
yarn androidFor full documentation and installation instructions of the library itself, please visit the NPM package page:
👉 react-native-toast-message-ts
- Stack Animation: See how multiple toasts stack gracefully.
- Interactive Gestures: Swipe to dismiss or expand the stack.
- Positioning: Top and Bottom placements.
- Customization: Theming and custom layouts.
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
MIT License - see the LICENSE file for details.
Inspired by:
- react-native-toast-message
- Sonner - for web
If you have any questions or need help, please:
If this library helped you, please give it a ⭐️ on GitHub!
You can also support the development of this project by buying me a coffee:
Made with ❤️ by Noor Mohammad



