react-native-root-toast
react-native-root-toast copied to clipboard
react native toast like component, pure javascript solution
What's the state with accessibility in this package? Is `accessibilityRole="alert"` set? I would really appreciate it! Could we add: - accessibilityLabel - accessibilityHint
Relates: #123
Hi, I failed to install the package onto my project. is there any missing dependencies? ``` "react": "16.12.0", "react-native": "0.61.4", ``` and here's the installation error: ``` npm ERR! code...
First of all, thanks for making and supporting this library :) We're using it in our app (V 3.2.1), and we're seeing quite a lot of errors from production (from...
Snippet ``` Toast.show(_localize(message), { // opacity: 1, duration: Toast.durations.LONG, backgroundColor: isError ? '#CC0000' : '#007E33', position: Toast.positions.TOP, shadow: true, animation: true, hideOnPress: true, delay: 0, textStyle: { flex: 1, fontSize:...
Libeary Version => react-native-root-toast:3.2.1 System: OS: macOS 11.3 CPU: (4) x64 Intel(R) Core(TM) i5-5350U CPU @ 1.80GHz Memory: 69.17 MB / 8.00 GB Shell: 5.8 - /bin/zsh Binaries: Node: 12.3.1...
Current ToastContainer.js class can only render Text elements We can use View as a container if the child is not a text to render react component.