diff --git a/flow/react-navigation.js b/flow/react-navigation.js index 38027d32..b745468f 100644 --- a/flow/react-navigation.js +++ b/flow/react-navigation.js @@ -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: {