本文主要是介绍react-native-sww-toast,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
https://github.com/shiwenwen/react-native-sww-toast
兼容ios android的toast
使用方法
import Toast from 'react-native-sww-toast';//任意需要弹出toast的地方 (toast显示两秒会自动消失)Toast.show(message,location='center',touchTohidden=false)//messagr:string toast内容//location:string ('top','center','bottom') Toast位置 上中下 默认中间显示// touchTohidden:bool 点击Toast时是否自动消失 默认为false 点击toast无效 。
演示
这篇关于react-native-sww-toast的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!