We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c2763 commit 6caaa33Copy full SHA for 6caaa33
2 files changed
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.19.0] - 2026-01-11
11
+
12
## Added
13
14
- Added support for dark mode widgets
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-android-widget",
3
- "version": "0.18.0",
+ "version": "0.19.0",
4
"description": "Build Android Widgets with React Native",
5
"main": "lib/commonjs/index",
6
"module": "lib/module/index",
0 commit comments