TVRemoteHandler
npm install react-native-tv-remote-handler
import TvRemoteHandler from "react-native-tv-remote-handler";
// ...
const result = await TvRemoteHandler.multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT