mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-10 09:13:43 +08:00
fix: fix "DrawerActions" typo (#65)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import * as DrawerAcions from './routers/DrawerActions';
|
||||
import * as DrawerActions from './routers/DrawerActions';
|
||||
|
||||
/**
|
||||
* Navigators
|
||||
@@ -10,7 +10,7 @@ export {
|
||||
/**
|
||||
* Router
|
||||
*/
|
||||
export { DrawerAcions };
|
||||
export { DrawerActions };
|
||||
export { default as DrawerRouter } from './routers/DrawerRouter';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user