Skip to content

Commit

Permalink
[react-navigation_v4.x.x] Fix typo (#3635)
Browse files Browse the repository at this point in the history
  • Loading branch information
nataki authored and pascalduez committed Nov 8, 2019
1 parent 824f187 commit ab8203b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ declare module 'react-navigation' {

declare export type NavigationScreenOptionsGetter<Options: {...}> = (
navigation: NavigationScreenProp<NavigationRoute>,
ncreenProps: ?NavigationScreenProps,
screenProps: ?NavigationScreenProps,
theme: SupportedThemes,
) => Options;

Expand Down

0 comments on commit ab8203b

Please sign in to comment.