Snackbar for React Native in Android
Snackbar provides a lightweight feedback to users about an operation, such as saving a form or deleting a message. They are similar to Toasts, but are a bit more prominent and customizable.
Expose the Snackbar android widget for react-native apps.
Fore more info please refer to the Google design spec on Snackbars.