We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb61498 commit acfd6e4Copy full SHA for acfd6e4
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.18.0] - 2026-01-04
11
+
12
## Added
13
14
- Support for React Native 0.83
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-android-widget",
3
- "version": "0.17.3",
+ "version": "0.18.0",
4
"description": "Build Android Widgets with React Native",
5
"main": "lib/commonjs/index",
6
"module": "lib/module/index",
0 commit comments