npm install react-native-android-keyboard-mode
import AndroidKeyboardMode from "react-native-android-keyboard-mode";
// ...
const result = await AndroidKeyboardMode.multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT