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

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_...