@teamturing/react-native-tex
v1.2.10
Published
React Native Tex Module for Team Turing
Downloads
309
Readme
@teamturing/react-native-kit
React Native Common Module for Team Turing
Installation
npm install @teamturing/react-native-kit
Usage
import { multiply } from '@teamturing/react-native-kit';
// ...
const result = await multiply(3, 7);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library