Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to React Navigation v2 #2702

Closed
wants to merge 9 commits into from
18 changes: 11 additions & 7 deletions flow-typed/npm/react-navigation-redux-helpers_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: a054ec95ad9fa7f765d69681575bd14f
// flow-typed version: <<STUB>>/react-navigation-redux-helpers_v^1.1.1/flow_v0.92.0
// flow-typed signature: b384a698eb5597eec585ee5ff06a615c
// flow-typed version: <<STUB>>/react-navigation-redux-helpers_v^2.0.9/flow_v0.78.0

/**
* This is an autogenerated libdef stub for:
Expand All @@ -22,7 +22,7 @@ declare module 'react-navigation-redux-helpers' {
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'react-navigation-redux-helpers/src' {
declare module 'react-navigation-redux-helpers/src/index' {
declare module.exports: any;
}

Expand All @@ -34,23 +34,27 @@ declare module 'react-navigation-redux-helpers/src/reducer' {
declare module.exports: any;
}

declare module 'react-navigation-redux-helpers/src/reduxify-navigator' {
declare module.exports: any;
}

declare module 'react-navigation-redux-helpers/src/types' {
declare module.exports: any;
}

// Filename aliases
declare module 'react-navigation-redux-helpers/src/index' {
declare module.exports: $Exports<'react-navigation-redux-helpers/src'>;
}
declare module 'react-navigation-redux-helpers/src/index.js' {
declare module.exports: $Exports<'react-navigation-redux-helpers/src'>;
declare module.exports: $Exports<'react-navigation-redux-helpers/src/index'>;
}
declare module 'react-navigation-redux-helpers/src/middleware.js' {
declare module.exports: $Exports<'react-navigation-redux-helpers/src/middleware'>;
}
declare module 'react-navigation-redux-helpers/src/reducer.js' {
declare module.exports: $Exports<'react-navigation-redux-helpers/src/reducer'>;
}
declare module 'react-navigation-redux-helpers/src/reduxify-navigator.js' {
declare module.exports: $Exports<'react-navigation-redux-helpers/src/reduxify-navigator'>;
}
declare module 'react-navigation-redux-helpers/src/types.js' {
declare module.exports: $Exports<'react-navigation-redux-helpers/src/types'>;
}
Loading