Skip to content

Commit

Permalink
chore: Update to react-navigation v4 (#373)
Browse files Browse the repository at this point in the history
* chore: fix typo in .gitattributes

* chore: Upgrade to react-navigation@4

* chore: Update react-navigation stack and tabs to v2

* chore: Update flow typedefs
  • Loading branch information
gmaclennan committed Apr 14, 2020
1 parent 9125e0f commit 6ece61f
Show file tree
Hide file tree
Showing 32 changed files with 3,526 additions and 323 deletions.
152 changes: 152 additions & 0 deletions flow-typed/npm/@react-native-community/art_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,152 @@
// flow-typed signature: f06df6348c3a29b40125f2299836a8a4
// flow-typed version: <<STUB>>/@react-native-community/art_v^1.2.0/flow_v0.121.0

/**
* This is an autogenerated libdef stub for:
*
* '@react-native-community/art'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/

declare module "@react-native-community/art" {
declare module.exports: any;
}

/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module "@react-native-community/art/babel.config" {
declare module.exports: any;
}

declare module "@react-native-community/art/jest.config" {
declare module.exports: any;
}

declare module "@react-native-community/art/lib/__tests__/helpers.test" {
declare module.exports: any;
}

declare module "@react-native-community/art/lib/ARTSerializablePath" {
declare module.exports: any;
}

declare module "@react-native-community/art/lib/ClippingRectangle" {
declare module.exports: any;
}

declare module "@react-native-community/art/lib/Group" {
declare module.exports: any;
}

declare module "@react-native-community/art/lib/helpers" {
declare module.exports: any;
}

declare module "@react-native-community/art/lib" {
declare module.exports: any;
}

declare module "@react-native-community/art/lib/LinearGradient" {
declare module.exports: any;
}

declare module "@react-native-community/art/lib/nativeComponents" {
declare module.exports: any;
}

declare module "@react-native-community/art/lib/Pattern" {
declare module.exports: any;
}

declare module "@react-native-community/art/lib/RadialGradient" {
declare module.exports: any;
}

declare module "@react-native-community/art/lib/Shape" {
declare module.exports: any;
}

declare module "@react-native-community/art/lib/Surface" {
declare module.exports: any;
}

declare module "@react-native-community/art/lib/Text" {
declare module.exports: any;
}

declare module "@react-native-community/art/lib/types" {
declare module.exports: any;
}

// Filename aliases
declare module "@react-native-community/art/babel.config.js" {
declare module.exports: $Exports<"@react-native-community/art/babel.config">;
}
declare module "@react-native-community/art/jest.config.js" {
declare module.exports: $Exports<"@react-native-community/art/jest.config">;
}
declare module "@react-native-community/art/lib/__tests__/helpers.test.js" {
declare module.exports: $Exports<
"@react-native-community/art/lib/__tests__/helpers.test"
>;
}
declare module "@react-native-community/art/lib/ARTSerializablePath.js" {
declare module.exports: $Exports<
"@react-native-community/art/lib/ARTSerializablePath"
>;
}
declare module "@react-native-community/art/lib/ClippingRectangle.js" {
declare module.exports: $Exports<
"@react-native-community/art/lib/ClippingRectangle"
>;
}
declare module "@react-native-community/art/lib/Group.js" {
declare module.exports: $Exports<"@react-native-community/art/lib/Group">;
}
declare module "@react-native-community/art/lib/helpers.js" {
declare module.exports: $Exports<"@react-native-community/art/lib/helpers">;
}
declare module "@react-native-community/art/lib/index" {
declare module.exports: $Exports<"@react-native-community/art/lib">;
}
declare module "@react-native-community/art/lib/index.js" {
declare module.exports: $Exports<"@react-native-community/art/lib">;
}
declare module "@react-native-community/art/lib/LinearGradient.js" {
declare module.exports: $Exports<
"@react-native-community/art/lib/LinearGradient"
>;
}
declare module "@react-native-community/art/lib/nativeComponents.js" {
declare module.exports: $Exports<
"@react-native-community/art/lib/nativeComponents"
>;
}
declare module "@react-native-community/art/lib/Pattern.js" {
declare module.exports: $Exports<"@react-native-community/art/lib/Pattern">;
}
declare module "@react-native-community/art/lib/RadialGradient.js" {
declare module.exports: $Exports<
"@react-native-community/art/lib/RadialGradient"
>;
}
declare module "@react-native-community/art/lib/Shape.js" {
declare module.exports: $Exports<"@react-native-community/art/lib/Shape">;
}
declare module "@react-native-community/art/lib/Surface.js" {
declare module.exports: $Exports<"@react-native-community/art/lib/Surface">;
}
declare module "@react-native-community/art/lib/Text.js" {
declare module.exports: $Exports<"@react-native-community/art/lib/Text">;
}
declare module "@react-native-community/art/lib/types.js" {
declare module.exports: $Exports<"@react-native-community/art/lib/types">;
}
134 changes: 134 additions & 0 deletions flow-typed/npm/@react-native-community/hooks_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
// flow-typed signature: da0c8f5ef0dc5b4689a2bb075d577762
// flow-typed version: <<STUB>>/@react-native-community/hooks_v^2.4.7/flow_v0.121.0

/**
* This is an autogenerated libdef stub for:
*
* '@react-native-community/hooks'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/

declare module "@react-native-community/hooks" {
declare module.exports: any;
}

/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module "@react-native-community/hooks/lib" {
declare module.exports: any;
}

declare module "@react-native-community/hooks/lib/useAccessibilityInfo" {
declare module.exports: any;
}

declare module "@react-native-community/hooks/lib/useAppState" {
declare module.exports: any;
}

declare module "@react-native-community/hooks/lib/useBackHandler" {
declare module.exports: any;
}

declare module "@react-native-community/hooks/lib/useCameraRoll" {
declare module.exports: any;
}

declare module "@react-native-community/hooks/lib/useClipboard" {
declare module.exports: any;
}

declare module "@react-native-community/hooks/lib/useDeviceOrientation" {
declare module.exports: any;
}

declare module "@react-native-community/hooks/lib/useDimensions" {
declare module.exports: any;
}

declare module "@react-native-community/hooks/lib/useInteractionManager" {
declare module.exports: any;
}

declare module "@react-native-community/hooks/lib/useKeyboard" {
declare module.exports: any;
}

declare module "@react-native-community/hooks/lib/useLayout" {
declare module.exports: any;
}

declare module "@react-native-community/hooks/lib/useLayout.test" {
declare module.exports: any;
}

// Filename aliases
declare module "@react-native-community/hooks/lib/index" {
declare module.exports: $Exports<"@react-native-community/hooks/lib">;
}
declare module "@react-native-community/hooks/lib/index.js" {
declare module.exports: $Exports<"@react-native-community/hooks/lib">;
}
declare module "@react-native-community/hooks/lib/useAccessibilityInfo.js" {
declare module.exports: $Exports<
"@react-native-community/hooks/lib/useAccessibilityInfo"
>;
}
declare module "@react-native-community/hooks/lib/useAppState.js" {
declare module.exports: $Exports<
"@react-native-community/hooks/lib/useAppState"
>;
}
declare module "@react-native-community/hooks/lib/useBackHandler.js" {
declare module.exports: $Exports<
"@react-native-community/hooks/lib/useBackHandler"
>;
}
declare module "@react-native-community/hooks/lib/useCameraRoll.js" {
declare module.exports: $Exports<
"@react-native-community/hooks/lib/useCameraRoll"
>;
}
declare module "@react-native-community/hooks/lib/useClipboard.js" {
declare module.exports: $Exports<
"@react-native-community/hooks/lib/useClipboard"
>;
}
declare module "@react-native-community/hooks/lib/useDeviceOrientation.js" {
declare module.exports: $Exports<
"@react-native-community/hooks/lib/useDeviceOrientation"
>;
}
declare module "@react-native-community/hooks/lib/useDimensions.js" {
declare module.exports: $Exports<
"@react-native-community/hooks/lib/useDimensions"
>;
}
declare module "@react-native-community/hooks/lib/useInteractionManager.js" {
declare module.exports: $Exports<
"@react-native-community/hooks/lib/useInteractionManager"
>;
}
declare module "@react-native-community/hooks/lib/useKeyboard.js" {
declare module.exports: $Exports<
"@react-native-community/hooks/lib/useKeyboard"
>;
}
declare module "@react-native-community/hooks/lib/useLayout.js" {
declare module.exports: $Exports<
"@react-native-community/hooks/lib/useLayout"
>;
}
declare module "@react-native-community/hooks/lib/useLayout.test.js" {
declare module.exports: $Exports<
"@react-native-community/hooks/lib/useLayout.test"
>;
}
58 changes: 58 additions & 0 deletions flow-typed/npm/@react-native-community/masked-view_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
// flow-typed signature: ef9ca9b0cee2d9505b510bb7e3ad933b
// flow-typed version: <<STUB>>/@react-native-community/masked-view_v^0.1.8/flow_v0.121.0

/**
* This is an autogenerated libdef stub for:
*
* '@react-native-community/masked-view'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/

declare module "@react-native-community/masked-view" {
declare module.exports: any;
}

/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module "@react-native-community/masked-view/js/MaskedView" {
declare module.exports: any;
}

declare module "@react-native-community/masked-view/js/MaskedViewTypes" {
declare module.exports: any;
}

declare module "@react-native-community/masked-view/prettier.config" {
declare module.exports: any;
}

// Filename aliases
declare module "@react-native-community/masked-view/index" {
declare module.exports: $Exports<"@react-native-community/masked-view">;
}
declare module "@react-native-community/masked-view/index.js" {
declare module.exports: $Exports<"@react-native-community/masked-view">;
}
declare module "@react-native-community/masked-view/js/MaskedView.js" {
declare module.exports: $Exports<
"@react-native-community/masked-view/js/MaskedView"
>;
}
declare module "@react-native-community/masked-view/js/MaskedViewTypes.js" {
declare module.exports: $Exports<
"@react-native-community/masked-view/js/MaskedViewTypes"
>;
}
declare module "@react-native-community/masked-view/prettier.config.js" {
declare module.exports: $Exports<
"@react-native-community/masked-view/prettier.config"
>;
}
45 changes: 45 additions & 0 deletions flow-typed/npm/cheap-ruler_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
// flow-typed signature: 4c60581e30d3551f6b6e9e49edeb20ff
// flow-typed version: <<STUB>>/cheap-ruler_v^2.5.1/flow_v0.121.0

/**
* This is an autogenerated libdef stub for:
*
* 'cheap-ruler'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/

declare module "cheap-ruler" {
declare module.exports: any;
}

/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module "cheap-ruler/cheap-ruler" {
declare module.exports: any;
}

declare module "cheap-ruler/cheap-ruler.min" {
declare module.exports: any;
}

// Filename aliases
declare module "cheap-ruler/cheap-ruler.js" {
declare module.exports: $Exports<"cheap-ruler/cheap-ruler">;
}
declare module "cheap-ruler/cheap-ruler.min.js" {
declare module.exports: $Exports<"cheap-ruler/cheap-ruler.min">;
}
declare module "cheap-ruler/index" {
declare module.exports: $Exports<"cheap-ruler">;
}
declare module "cheap-ruler/index.js" {
declare module.exports: $Exports<"cheap-ruler">;
}
Loading

0 comments on commit 6ece61f

Please sign in to comment.