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('没有更多了');