forked from rnc-archive/react-native-drawer-layout
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
22 changed files
with
4,337 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
[ignore] | ||
; We fork some components by platform | ||
.*/*[.]android.js | ||
|
||
; Ignore "BUCK" generated dirs | ||
<PROJECT_ROOT>/\.buckd/ | ||
|
||
; Ignore unexpected extra "@providesModule" | ||
.*/node_modules/.*/node_modules/fbjs/.* | ||
.*/node_modules/react-native/.* | ||
|
||
; Ignore duplicate module providers | ||
; For RN Apps installed via npm, "Libraries" folder is inside | ||
; "node_modules/react-native" but in the source repo it is in the root | ||
.*/Libraries/react-native/React.js | ||
.*/Libraries/react-native/ReactNative.js | ||
|
||
|
||
|
||
[include] | ||
|
||
[libs] | ||
node_modules/react-native/Libraries/react-native/react-native-interface.js | ||
node_modules/react-native/flow | ||
flow/ | ||
|
||
[options] | ||
|
||
module.system=haste |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
// flow-typed signature: 0f18db1612231248fc1cdce795e48296 | ||
// flow-typed version: <<STUB>>/babel-cli_v^6.0.0/flow_v0.42.0 | ||
|
||
/** | ||
* This is an autogenerated libdef stub for: | ||
* | ||
* 'babel-cli' | ||
* | ||
* 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 'babel-cli' { | ||
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 'babel-cli/bin/babel-doctor' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-cli/bin/babel-external-helpers' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-cli/bin/babel-node' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-cli/bin/babel' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-cli/lib/_babel-node' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-cli/lib/babel-external-helpers' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-cli/lib/babel-node' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-cli/lib/babel/dir' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-cli/lib/babel/file' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-cli/lib/babel/index' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-cli/lib/babel/util' { | ||
declare module.exports: any; | ||
} | ||
|
||
// Filename aliases | ||
declare module 'babel-cli/bin/babel-doctor.js' { | ||
declare module.exports: $Exports<'babel-cli/bin/babel-doctor'>; | ||
} | ||
declare module 'babel-cli/bin/babel-external-helpers.js' { | ||
declare module.exports: $Exports<'babel-cli/bin/babel-external-helpers'>; | ||
} | ||
declare module 'babel-cli/bin/babel-node.js' { | ||
declare module.exports: $Exports<'babel-cli/bin/babel-node'>; | ||
} | ||
declare module 'babel-cli/bin/babel.js' { | ||
declare module.exports: $Exports<'babel-cli/bin/babel'>; | ||
} | ||
declare module 'babel-cli/index' { | ||
declare module.exports: $Exports<'babel-cli'>; | ||
} | ||
declare module 'babel-cli/index.js' { | ||
declare module.exports: $Exports<'babel-cli'>; | ||
} | ||
declare module 'babel-cli/lib/_babel-node.js' { | ||
declare module.exports: $Exports<'babel-cli/lib/_babel-node'>; | ||
} | ||
declare module 'babel-cli/lib/babel-external-helpers.js' { | ||
declare module.exports: $Exports<'babel-cli/lib/babel-external-helpers'>; | ||
} | ||
declare module 'babel-cli/lib/babel-node.js' { | ||
declare module.exports: $Exports<'babel-cli/lib/babel-node'>; | ||
} | ||
declare module 'babel-cli/lib/babel/dir.js' { | ||
declare module.exports: $Exports<'babel-cli/lib/babel/dir'>; | ||
} | ||
declare module 'babel-cli/lib/babel/file.js' { | ||
declare module.exports: $Exports<'babel-cli/lib/babel/file'>; | ||
} | ||
declare module 'babel-cli/lib/babel/index.js' { | ||
declare module.exports: $Exports<'babel-cli/lib/babel/index'>; | ||
} | ||
declare module 'babel-cli/lib/babel/util.js' { | ||
declare module.exports: $Exports<'babel-cli/lib/babel/util'>; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
// flow-typed signature: 78bf0c72d7a781ce282de76ea9658d5a | ||
// flow-typed version: <<STUB>>/babel-eslint_v^7.1.1/flow_v0.42.0 | ||
|
||
/** | ||
* This is an autogenerated libdef stub for: | ||
* | ||
* 'babel-eslint' | ||
* | ||
* 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 'babel-eslint' { | ||
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 'babel-eslint/babylon-to-espree/attachComments' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-eslint/babylon-to-espree/convertTemplateType' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-eslint/babylon-to-espree/index' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-eslint/babylon-to-espree/toAST' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-eslint/babylon-to-espree/toToken' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-eslint/babylon-to-espree/toTokens' { | ||
declare module.exports: any; | ||
} | ||
|
||
// Filename aliases | ||
declare module 'babel-eslint/babylon-to-espree/attachComments.js' { | ||
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/attachComments'>; | ||
} | ||
declare module 'babel-eslint/babylon-to-espree/convertTemplateType.js' { | ||
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/convertTemplateType'>; | ||
} | ||
declare module 'babel-eslint/babylon-to-espree/index.js' { | ||
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/index'>; | ||
} | ||
declare module 'babel-eslint/babylon-to-espree/toAST.js' { | ||
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/toAST'>; | ||
} | ||
declare module 'babel-eslint/babylon-to-espree/toToken.js' { | ||
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/toToken'>; | ||
} | ||
declare module 'babel-eslint/babylon-to-espree/toTokens.js' { | ||
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/toTokens'>; | ||
} | ||
declare module 'babel-eslint/index' { | ||
declare module.exports: $Exports<'babel-eslint'>; | ||
} | ||
declare module 'babel-eslint/index.js' { | ||
declare module.exports: $Exports<'babel-eslint'>; | ||
} |
32 changes: 32 additions & 0 deletions
32
flow-typed/npm/babel-plugin-transform-decorators-legacy_vx.x.x.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
// flow-typed signature: 2775952ce72e99b94c1ee8b7c49e3443 | ||
// flow-typed version: <<STUB>>/babel-plugin-transform-decorators-legacy_v^1.3.4/flow_v0.42.0 | ||
|
||
/** | ||
* This is an autogenerated libdef stub for: | ||
* | ||
* 'babel-plugin-transform-decorators-legacy' | ||
* | ||
* 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 'babel-plugin-transform-decorators-legacy' { | ||
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 'babel-plugin-transform-decorators-legacy/lib/index' { | ||
declare module.exports: any; | ||
} | ||
|
||
// Filename aliases | ||
declare module 'babel-plugin-transform-decorators-legacy/lib/index.js' { | ||
declare module.exports: $Exports<'babel-plugin-transform-decorators-legacy/lib/index'>; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
// flow-typed signature: 4c39074e0ac71936cd4b7e13340996fa | ||
// flow-typed version: <<STUB>>/babel-preset-react-native_v^1.8.0/flow_v0.42.0 | ||
|
||
/** | ||
* This is an autogenerated libdef stub for: | ||
* | ||
* 'babel-preset-react-native' | ||
* | ||
* 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 'babel-preset-react-native' { | ||
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 'babel-preset-react-native/configs/hmr' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-preset-react-native/configs/internal' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-preset-react-native/configs/main' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-preset-react-native/lib/resolvePlugins' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-preset-react-native/plugins' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-preset-react-native/transforms/transform-symbol-member' { | ||
declare module.exports: any; | ||
} | ||
|
||
// Filename aliases | ||
declare module 'babel-preset-react-native/configs/hmr.js' { | ||
declare module.exports: $Exports<'babel-preset-react-native/configs/hmr'>; | ||
} | ||
declare module 'babel-preset-react-native/configs/internal.js' { | ||
declare module.exports: $Exports<'babel-preset-react-native/configs/internal'>; | ||
} | ||
declare module 'babel-preset-react-native/configs/main.js' { | ||
declare module.exports: $Exports<'babel-preset-react-native/configs/main'>; | ||
} | ||
declare module 'babel-preset-react-native/index' { | ||
declare module.exports: $Exports<'babel-preset-react-native'>; | ||
} | ||
declare module 'babel-preset-react-native/index.js' { | ||
declare module.exports: $Exports<'babel-preset-react-native'>; | ||
} | ||
declare module 'babel-preset-react-native/lib/resolvePlugins.js' { | ||
declare module.exports: $Exports<'babel-preset-react-native/lib/resolvePlugins'>; | ||
} | ||
declare module 'babel-preset-react-native/plugins.js' { | ||
declare module.exports: $Exports<'babel-preset-react-native/plugins'>; | ||
} | ||
declare module 'babel-preset-react-native/transforms/transform-symbol-member.js' { | ||
declare module.exports: $Exports<'babel-preset-react-native/transforms/transform-symbol-member'>; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
// flow-typed signature: c53ce7716c11a65491922727e41f04c4 | ||
// flow-typed version: <<STUB>>/eslint-config-xo_v^0.17.0/flow_v0.42.0 | ||
|
||
/** | ||
* This is an autogenerated libdef stub for: | ||
* | ||
* 'eslint-config-xo' | ||
* | ||
* 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 'eslint-config-xo' { | ||
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 'eslint-config-xo/browser' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'eslint-config-xo/esnext' { | ||
declare module.exports: any; | ||
} | ||
|
||
// Filename aliases | ||
declare module 'eslint-config-xo/browser.js' { | ||
declare module.exports: $Exports<'eslint-config-xo/browser'>; | ||
} | ||
declare module 'eslint-config-xo/esnext.js' { | ||
declare module.exports: $Exports<'eslint-config-xo/esnext'>; | ||
} | ||
declare module 'eslint-config-xo/index' { | ||
declare module.exports: $Exports<'eslint-config-xo'>; | ||
} | ||
declare module 'eslint-config-xo/index.js' { | ||
declare module.exports: $Exports<'eslint-config-xo'>; | ||
} |
Oops, something went wrong.