https://github.com/saleksovski/react-native-android-widget
Build Android Widgets with React Native
https://github.com/saleksovski/react-native-android-widget
android native react widget
Last synced: 5 months ago
JSON representation
Build Android Widgets with React Native
- Host: GitHub
- URL: https://github.com/saleksovski/react-native-android-widget
- Owner: sAleksovski
- License: mit
- Created: 2022-08-27T13:38:37.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-13T22:20:50.000Z (about 1 year ago)
- Last Synced: 2025-05-10T08:49:06.112Z (about 1 year ago)
- Topics: android, native, react, widget
- Language: TypeScript
- Homepage: https://sAleksovski.github.io/react-native-android-widget/
- Size: 13.7 MB
- Stars: 679
- Watchers: 6
- Forks: 26
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# react-native-android-widget
Build Android Widgets with React Native
## Installation
npm:
```sh
npm install --save react-native-android-widget
```
yarn:
```sh
yarn add react-native-android-widget
```
## Usage
For usage see the [documentation](https://saleksovski.github.io/react-native-android-widget/).
## Demo
https://github.com/sAleksovski/react-native-android-widget/assets/7473800/68a0afc7-27a1-4d27-bcdd-4f15f4894313
You can also download the demo app from the [Releases](https://github.com/sAleksovski/react-native-android-widget/releases) page.
## 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)