qwaszx99 / react-native-simple-toast

Simple Toast for React-Native.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-simple-toast

React Native Toast component for both Android and iOS. It just let iOS have the same toast performance with Android. Using scalessec/Toast for iOS;

Install

You can use rnpm to install native component easily;

npm install react-native-simple-toast --save
rnpm link

Usage

It's just the same as ToastAndroid

import Toast from 'react-native-simple-toast';

Toast.show('This is a toast.');
Toast.show('This is a long toast.',Toast.LONG);

About

Simple Toast for React-Native.


Languages

Language:Objective-C 98.1%Language:JavaScript 1.9%