snackbar react native expo
// For NPM Users
npm install --save react-native-snackbar-component // In terminal
// For Yarn Users
yarn add react-native-snackbar-component // In the terminal
<SnackBar visible={true} textMessage="Hello There!" actionHandler={()=>{console.log("snackbar button clicked!")}} actionText="let's go"/>