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

react native toast like component, pure javascript solution

Results 100 react-native-root-toast issues
Sort by recently updated
recently updated
newest added
trafficstars

Error screenshot: ![iphone 6 ios 10 3 14e269 2017-06-01 15-03-11](https://cloud.githubusercontent.com/assets/2942880/26678933/947fd27c-46db-11e7-9d7a-c199d2ed8e00.png)

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, }) ``` ![img](https://i.gyazo.com/24d23c600e9a30b926d6c2369b176fcc.gif)

Hi, is it possible to change the round of the borders?

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