Toast
https://github.com/xgfe/react-native-simple-toast
npm install react-native-simple-toast --save
npm link
import Toast from 'react-native-simple-toast';
Toast.show('This is a toast.');
Toast.show('This is a long toast.',Toast.LONG);
https://github.com/xgfe/react-native-simple-toast
npm install react-native-simple-toast --save
npm link
import Toast from 'react-native-simple-toast';
Toast.show('This is a toast.');
Toast.show('This is a long toast.',Toast.LONG);