fix(deprecations) typo in package name (#6245)

This commit is contained in:
jamsch
2019-09-03 06:11:42 +12:00
committed by Matt Hamil
parent 136db984ee
commit b83c4bb379

View File

@@ -52,7 +52,7 @@ module.exports = {
get DrawerGestureContext() {
throwError(
'`DrawerGestureContext` has been moved to `react-navigation-drawe`',
'`DrawerGestureContext` has been moved to `react-navigation-drawer`',
'stack-navigator'
);
},
@@ -68,7 +68,7 @@ module.exports = {
get DrawerActions() {
throwError(
'`DrawerActions` has been moved to `react-navigation-drawe`',
'`DrawerActions` has been moved to `react-navigation-drawer`',
'drawer-navigator'
);
},