Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ospfranco/quack-cxx-tm
https://github.com/ospfranco/quack-cxx-tm
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ospfranco/quack-cxx-tm
- Owner: ospfranco
- License: mit
- Created: 2024-09-12T14:34:02.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T16:00:54.000Z (4 months ago)
- Last Synced: 2024-10-30T07:08:01.441Z (2 months ago)
- Language: C++
- Size: 1.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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-quack
A quack package
## Installation
```sh
npm install react-native-quack
```## Usage
```js
import { multiply } from 'react-native-quack';// ...
const result = 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)