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