mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-28 20:35:19 +08:00
chore: publish
- @react-navigation/bottom-tabs@6.0.0-next.14 - @react-navigation/core@6.0.0-next.10 - @react-navigation/devtools@6.0.0-next.11 - @react-navigation/drawer@6.0.0-next.13 - @react-navigation/elements@1.0.0-next.13 - flipper-plugin-react-navigation@1.1.1 - @react-navigation/material-bottom-tabs@6.0.0-next.10 - @react-navigation/material-top-tabs@6.0.0-next.11 - @react-navigation/native-stack@6.0.0-next.3 - @react-navigation/native@6.0.0-next.10 - @react-navigation/stack@6.0.0-next.21
This commit is contained in:
@@ -3,6 +3,17 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [6.0.0-next.10](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@6.0.0-next.9...@react-navigation/native@6.0.0-next.10) (2021-05-26)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* expose container ref in useNavigation ([1d40279](https://github.com/react-navigation/react-navigation/commit/1d40279db18ab2aed12517ed3ca6af6d509477d2))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [6.0.0-next.9](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@6.0.0-next.8...@react-navigation/native@6.0.0-next.9) (2021-05-23)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@react-navigation/native",
|
||||
"description": "React Native integration for React Navigation",
|
||||
"version": "6.0.0-next.9",
|
||||
"version": "6.0.0-next.10",
|
||||
"keywords": [
|
||||
"react-native",
|
||||
"react-navigation",
|
||||
@@ -37,7 +37,7 @@
|
||||
"clean": "del lib"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-navigation/core": "^6.0.0-next.9",
|
||||
"@react-navigation/core": "^6.0.0-next.10",
|
||||
"escape-string-regexp": "^4.0.0",
|
||||
"nanoid": "^3.1.22"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user