I tap on textinput and the keyboard slide from the bottom, how do I slides it back down or keep/blur the keyboard on react native?
https://github.com/facebook/react-native/blob/master/Libraries/Utilities/dismissKeyboard.js
var dismissKeyboard = require('dismissKeyboard')
onPressCancelButton {
dismissKeyboard();
}