React Native Toasty

screenshot of React Native Toasty
react-native

React Native: Native Toast

Overview

The project is a library that serves as a wrapper around the native Toast library, providing 5 different states of beautiful toasts: Normal, Info, Success, Warning, and Error. It supports React Native version 60 and above, and has customizable properties for toast styling.

Features

  • 5 Different States: Offers Normal, Info, Success, Warning, Error, and Custom toasts.
  • Customizable Props: Allows customization of title, title size, title color, duration, tint color, icon, font family, position, X offset, and Y offset.
  • Supports Vector Icons: Utilizes react-native-vector-icons library for icons.

Summary

The library is a convenient tool for displaying aesthetically pleasing toasts in React Native applications. It offers a range of customization options and supports the use of vector icons. With its compatibility with recent React Native versions, it can enhance the user experience by providing visually appealing feedback messages.

react-native
React Native

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.