react-native-toast-native icon indicating copy to clipboard operation
react-native-toast-native copied to clipboard

A native and easy to use toast plugin for react-native

Results 18 react-native-toast-native issues
Sort by recently updated
recently updated
newest added

![Screenshot 2019-12-24 at 3 25 01 PM](https://user-images.githubusercontent.com/54949248/71407622-8f889e80-2661-11ea-8017-c7192226280b.png)

box of toast display but the text doesn't show how fix it?

Does it support padding & xOffset, yOffset for toast container in ios?

How can I show multiple toast from an array, like android's native toast message?

I use it in one phone,its' android version is 5.1 ..It seems do well.But in another phone, the android version is 4.4.2, it crashed all the time .

Currently the height of the toast is fixed until we change that manually.

when i set backgroundColor to transparent,it show 'black' color

I added the following code in the RNToastNative + (BOOL) requiresMainQueueSetup { return YES; } Warnings will disappear. react-native 0.56.0

Hi, When trying to build the console show the error in the title, for reference see [this](https://github.com/oblador/react-native-vector-icons/issues/910). This is the same issue and the fix is tu update the _build.gradle_...