We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b2f81 commit 7da8578Copy full SHA for 7da8578
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.21.0] - 2026-07-11
11
+
12
### Added
13
14
- Add `lineHeight` and `lineSpacingExtra` style props to `TextWidget`
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-android-widget",
3
- "version": "0.20.3",
+ "version": "0.21.0",
4
"description": "Build Android Widgets with React Native",
5
"main": "lib/commonjs/index",
6
"module": "lib/module/index",
0 commit comments