react-native-root-toast
react-native-root-toast copied to clipboard
react native toast like component, pure javascript solution
Error screenshot: 
I am using react-native-navigation as my router. When I call the Toast Message in the sidebar, I get the Toast on both the sidebar and Main menu. Is there a...
When keyboard is up and toast position is bottom, it's covered by keyboard! Is it possible to come upon keyboard view?
This adds the `alignment` configuration prop, taking values `Toast.alignments.LEFT`, `Toast.alignments.CENTER`, or `Toast.alignments.RIGHT`: ```js import Toast from 'react-native-root-toast' Toast.show('RIGHT', { backgroundColor: 'green', textColor: 'white', position: Toast.positions.TOP, alignment: Toast.alignments.RIGHT, }) ``` 
Hi, is it possible to change the round of the borders?
add opacity
After show of toast message and redirect using react-navigation it falls back to the first screen.
Hi, I am using expo sdk: v27.0.0 React Native: v0.55 react-native-root-toast: ^1.3.0 When I show Toast message and instantly redirect to the another screen then it is fall back to...
- updating message in toast if message prop passed is updated. - animation on closing toast externally - support for screen orientation