react-native-root-toast
react-native-root-toast copied to clipboard
react native toast like component, pure javascript solution
Resolve:--->please use 3.1.2===> react-native install [email protected]
## 🐛 Bug Report ### Environment Expo CLI 3.11.7 environment info: System: OS: Windows 10 Binaries: Yarn: 1.19.1 - C:\Program Files (x86)\Yarn\bin\yarn.CMD npm: 6.9.0 - C:\Program Files\nodejs\npm.CMD IDEs: Android Studio:...
**react-native-root-toast** conflict with **LogBox** 
Easiest way to render component on Toast ✌️
After adding `"mask"` property, you can use the following to add mask: ``` Toast.show('This is a message', { duration: Toast.durations.LONG, ..... mask: true, // Add this line to show mask...
Hi All, I am using the react-native-root-toast to show one toast at a time. This is the code which i am using when user press keys on tv remote. ```...
I am trying to show an icon left to the image which is not working as of now.
``` /Users/user/dir/node_modules/static-container/StaticContainer.js:1 ({"Object.":function(module,exports,require,__dirname,__filename,global,jest){import React, { Component, Children, PropTypes } from 'react'; ^^^^^^ SyntaxError: Unexpected token import at transformAndBuildScript (node_modules/jest-runtime/build/transform.js:320:12) at Object. (node_modules/react-native-root-siblings/lib/AppRegistryInjection.js:3:22) at Object. (node_modules/react-native-root-siblings/lib/SiblingsManager.js:3:27) ``` I find this error...
Toast Position should account for SafeAreaView as default.
If I set `hideOnPress` to `true` and then press the toast and day one after the other couple of times consecutively, for the first time the toast hides but on...