https://github.com/crazycodeboy/react-native-easy-toast
用法:
import Toast from 'react-native-easy-toast';
在render()方法的return()中的最末尾:
<Toast ref={'toast'} position={'center'}/>
在需要吐司的地方:
this.refs.toast.show('沒有更多了');
https://github.com/crazycodeboy/react-native-easy-toast
用法:
import Toast from 'react-native-easy-toast';
在render()方法的return()中的最末尾:
<Toast ref={'toast'} position={'center'}/>
在需要吐司的地方:
this.refs.toast.show('沒有更多了');
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。