react-native-same-toast

1.0.1 • Public • Published

react-native-same-toast

A toast native module wrapper for both Android and iOS.

This is exactly the same Toast usage by ToastAndroid, and support iOS.

The iOS module code coming from:

https://github.com/scalessec/Toast

The Android using ToastAndroid from react native.

Usage

Install it by:

npm install react-native-same-toast
react-native link react-native-same-toast

It had the same API as ToastAndroid on react native docs.

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

Toast.showWithGravity(message, Toast.SHORT, Toast.TOP);

That's it.

/react-native-same-toast/

    Package Sidebar

    Install

    npm i react-native-same-toast

    Weekly Downloads

    2

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • tsfosnz