mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-12 22:51:18 +08:00
Fix flow error in type definitions (#4402)
This commit is contained in:
committed by
Brent Vatne
parent
66486cecad
commit
c8b431773e
2
flow/react-navigation.js
vendored
2
flow/react-navigation.js
vendored
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user