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