Fix flow error in type definitions (#4402)

This commit is contained in:
Vladimir Podolyan
2018-06-03 23:26:14 +03:00
committed by Brent Vatne
parent 66486cecad
commit c8b431773e

View File

@@ -722,7 +722,7 @@ declare module 'react-navigation' {
INIT: 'Navigation/INIT',
NAVIGATE: 'Navigation/NAVIGATE',
RESET: 'Navigation/RESET',
REPLACE = 'Navigation/REPLACE',
REPLACE: 'Navigation/REPLACE',
SET_PARAMS: 'Navigation/SET_PARAMS',
URI: 'Navigation/URI',
back: {