Reaja o ouvinte do evento de teclado nativo

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