Skip to content

Commit

Permalink
fix(deprecations) typo in package name (#6245)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamsch authored and matthamil committed Sep 2, 2019
1 parent 136db98 commit b83c4bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/deprecations.js
Expand Up @@ -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'
);
},
Expand All @@ -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'
);
},
Expand Down

0 comments on commit b83c4bb

Please sign in to comment.