Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chakrihacker/react-native-widgets
https://github.com/chakrihacker/react-native-widgets
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/chakrihacker/react-native-widgets
- Owner: chakrihacker
- License: mit
- Created: 2020-11-06T13:11:01.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-06T13:17:36.000Z (about 4 years ago)
- Last Synced: 2024-10-27T14:18:03.490Z (3 months ago)
- Language: JavaScript
- Size: 295 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-widgets
flutter like ready made widgets
## Installation
```sh
npm install react-native-widgets
```## Usage
```js
import Widgets from "react-native-widgets";// ...
const result = await Widgets.multiply(3, 7);
```## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT