react native keyboard event listener

JavaScript
import {Keyboard}  from 'react-native';
Keyboard.addListener('keyboardWillShow', (e)=>this.updateKeyboardSpace(e));
Source

Also in JavaScript: