Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 415 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 415 Bytes

react-native-spatial-navigation

Installation

npm install react-native-spatial-navigation

Usage

import SpatialNavigation from "react-native-spatial-navigation";

// ...

const result = await SpatialNavigation.multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT