Skip to content

Commit

Permalink
发布2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
listenzz committed Feb 2, 2023
1 parent 736cc00 commit 1190377
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.14.0 (2023-02-02)

### Android specific

- 支持 WindowInsets API

建议使用 [react-native-keyboard-insets](https://github.com/listenzz/react-native-keyboard-insets) 来处理键盘相关。

建议使用 [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context) 来规避系统 UI 的遮挡。

## 2.13.18 (2023-01-11)

### Android specific
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hybrid-navigation",
"description": "React Native Navigation that supports seamless navigation between Native and React.",
"version": "2.14.0-rc.5",
"version": "2.14.0",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"react-native": "src/index",
Expand Down

0 comments on commit 1190377

Please sign in to comment.