Release 3.0.5

This commit is contained in:
Brent Vatne
2018-12-03 16:26:04 -08:00
parent 2d3f159c2a
commit bfa68ded1e
3 changed files with 38 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "react-navigation",
"version": "3.0.4",
"version": "3.0.5",
"description": "Routing and navigation for your React Native apps",
"main": "src/react-navigation.js",
"repository": {
@@ -34,8 +34,8 @@
"react-native": "*"
},
"dependencies": {
"@react-navigation/core": "3.0.0",
"@react-navigation/native": "3.0.2",
"@react-navigation/core": "3.0.1",
"@react-navigation/native": "3.0.3",
"react-navigation-drawer": "1.0.4",
"react-navigation-stack": "1.0.4",
"react-navigation-tabs": "1.0.1"