Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khalisafkari/demo-react-native-app
https://github.com/khalisafkari/demo-react-native-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/khalisafkari/demo-react-native-app
- Owner: khalisafkari
- License: mit
- Created: 2022-11-02T09:59:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-11T00:22:18.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T02:14:29.330Z (8 months ago)
- Language: Java
- Size: 1.19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
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-sdkx
sdkx
## Installation```sh
npm install react-native-sdkx
```## Usage
```js
import { multiply } from "react-native-sdkx";// ...
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)