Skip to content

Commit b600c2f

Browse files
committed
flow: Update 'flow-typed' for React Navigation 2
Update definitions by running `flow-typed update`. This lets Flow know about the new constructor functions.
1 parent ddd8a11 commit b600c2f

File tree

2 files changed

+341
-210
lines changed

2 files changed

+341
-210
lines changed

flow-typed/npm/react-navigation-redux-helpers_vx.x.x.js

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: 2b6bd8cbbe1a407b5c4cd26dcfb4fa00
2-
// flow-typed version: <<STUB>>/react-navigation-redux-helpers_v^1.1.1/flow_v0.78.0
1+
// flow-typed signature: b384a698eb5597eec585ee5ff06a615c
2+
// flow-typed version: <<STUB>>/react-navigation-redux-helpers_v^2.0.9/flow_v0.78.0
33

44
/**
55
* This is an autogenerated libdef stub for:
@@ -34,6 +34,10 @@ declare module 'react-navigation-redux-helpers/src/reducer' {
3434
declare module.exports: any;
3535
}
3636

37+
declare module 'react-navigation-redux-helpers/src/reduxify-navigator' {
38+
declare module.exports: any;
39+
}
40+
3741
declare module 'react-navigation-redux-helpers/src/types' {
3842
declare module.exports: any;
3943
}
@@ -48,6 +52,9 @@ declare module 'react-navigation-redux-helpers/src/middleware.js' {
4852
declare module 'react-navigation-redux-helpers/src/reducer.js' {
4953
declare module.exports: $Exports<'react-navigation-redux-helpers/src/reducer'>;
5054
}
55+
declare module 'react-navigation-redux-helpers/src/reduxify-navigator.js' {
56+
declare module.exports: $Exports<'react-navigation-redux-helpers/src/reduxify-navigator'>;
57+
}
5158
declare module 'react-navigation-redux-helpers/src/types.js' {
5259
declare module.exports: $Exports<'react-navigation-redux-helpers/src/types'>;
5360
}

0 commit comments

Comments
 (0)