react-native-easy-toast
react-native-easy-toast copied to clipboard
A react native module to show toast like android, it works on iOS and Android.
删除源码中的 index.js 43行的 console.log(typeof onPress);
Hi! I saw a console.log in my terminal every time toast appears and I type something. Later checking multiple libraries and wasting time I realized it comes from this one....
在我的开发环境中,无聊怎样这个插件都不起作用,我的环境如下 `dependencies": { "@react-native-async-storage/async-storage": "^1.13.2", "@react-native-community/masked-view": "^0.1.10", "react": "16.13.1", "react-native": "0.63.4", "react-native-gesture-handler": "^1.9.0", "react-native-reanimated": "^1.13.2", "react-native-safe-area-context": "^3.1.9", "react-native-screens": "^2.16.1", "react-native-tiny-toast": "^1.0.7", "react-native-vector-icons": "^7.1.0", "react-navigation": "^4.4.3", "react-navigation-drawer": "^2.6.0", "react-navigation-stack": "^2.10.2", "react-navigation-tabs":...
The toast will not work with the new version of React Native, who is working with Hooks, the ref of the toast does not you can add the useRef.
Animated from react native has a required property called `useNativeDriver`. https://reactnative.dev/blog/2017/02/14/using-native-driver-for-animated Take a look at smartphone screenshot below: Using Expo version: SDK 39
安卓设备,toast展示不全 展示“xxx.....”,默认颜色白色,但是后面的省略号没有展示出来
The last release was 1,5 years ago, important issues ( #86 ) stay unanswered and PRs ( #80 ) aren't merged. Is there any fork which is actively maintained or...
Hi, i've seen useNativeDriver is not set for Animated api, why? Maybe we can add a prop in Toast component for that. Thanks