Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khalisafkari/react-native-tradplus
https://github.com/khalisafkari/react-native-tradplus
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/khalisafkari/react-native-tradplus
- Owner: khalisafkari
- License: mit
- Created: 2023-07-12T10:38:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-20T18:12:28.000Z (over 1 year ago)
- Last Synced: 2024-10-19T22:11:07.472Z (3 months ago)
- Language: Java
- Size: 699 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# react-native-tradplus
react-native-tradplus
## Installation
```sh
npm install react-native-tradplus
```## Usage
```js
import { multiply } from 'react-native-tradplus';// ...
const result = await multiply(3, 7);
```## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT
---
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)