Created
November 17, 2017 19:09
-
-
Save Ashoat/d708e7a584893309f22cad832d35a6cb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error: src/navigators/DrawerNavigator.js:94 | |
94: )((props: *) => <DrawerScreen {...props} />), | |
^^^^^^^^^^^^^^^^^^^^^^^^^^^ React element `DrawerScreen` | |
21: NavigationTabAction, | |
^^^^^^^^^^^^^^^^^^^ exact type: object type. This type is incompatible with. See: src/views/Drawer/DrawerScreen.js:21 | |
37: InjectedProps<S, NavigationInitAction | A, O> & NavigationNavigatorProps<O, S> | |
^^^^^^^^^^^^^^^^^^^^^^^^ union: NavigationInitAction | A. See: src/navigators/createNavigator.js:37 | |
Member 1: | |
37: InjectedProps<S, NavigationInitAction | A, O> & NavigationNavigatorProps<O, S> | |
^^^^^^^^^^^^^^^^^^^^ NavigationInitAction. See: src/navigators/createNavigator.js:37 | |
Error: | |
v- | |
30: export type NavigationNavigateAction = {| | |
31: type: 'Navigation/NAVIGATE', | |
32: routeName: string, | |
...: | |
37: |}; | |
-^ property `action`. Property not found in. See: src/TypeDefinition.js:30 | |
37: InjectedProps<S, NavigationInitAction | A, O> & NavigationNavigatorProps<O, S> | |
^^^^^^^^^^^^^^^^^^^^ object type. See: src/navigators/createNavigator.js:37 | |
Member 2: | |
37: InjectedProps<S, NavigationInitAction | A, O> & NavigationNavigatorProps<O, S> | |
^ A. See: src/navigators/createNavigator.js:37 | |
Error: | |
v- | |
30: export type NavigationNavigateAction = {| | |
31: type: 'Navigation/NAVIGATE', | |
32: routeName: string, | |
...: | |
37: |}; | |
-^ object type. This type is incompatible with. See: src/TypeDefinition.js:30 | |
37: InjectedProps<S, NavigationInitAction | A, O> & NavigationNavigatorProps<O, S> | |
^ empty. See: src/navigators/createNavigator.js:37 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment