Skip to content

Commit f94a19f

Browse files
committed
trim the react-navigation stub
1 parent c662d64 commit f94a19f

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

flow-typed/npm/react-navigation_vx.x.x.js

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -16,38 +16,3 @@
1616
declare module 'react-navigation' {
1717
declare module.exports: any;
1818
}
19-
20-
/**
21-
* We include stubs for each file inside this npm package in case you need to
22-
* require those files directly. Feel free to delete any files that aren't
23-
* needed.
24-
*/
25-
declare module 'react-navigation/NavigationTestUtils' {
26-
declare module.exports: any;
27-
}
28-
29-
declare module 'react-navigation/src/navigators/__tests__/SwitchNavigator-test' {
30-
declare module.exports: any;
31-
}
32-
33-
declare module 'react-navigation/src/react-navigation' {
34-
declare module.exports: any;
35-
}
36-
37-
declare module 'react-navigation/src/utils/docsUrl' {
38-
declare module.exports: any;
39-
}
40-
41-
// Filename aliases
42-
declare module 'react-navigation/NavigationTestUtils.js' {
43-
declare module.exports: $Exports<'react-navigation/NavigationTestUtils'>;
44-
}
45-
declare module 'react-navigation/src/navigators/__tests__/SwitchNavigator-test.js' {
46-
declare module.exports: $Exports<'react-navigation/src/navigators/__tests__/SwitchNavigator-test'>;
47-
}
48-
declare module 'react-navigation/src/react-navigation.js' {
49-
declare module.exports: $Exports<'react-navigation/src/react-navigation'>;
50-
}
51-
declare module 'react-navigation/src/utils/docsUrl.js' {
52-
declare module.exports: $Exports<'react-navigation/src/utils/docsUrl'>;
53-
}

0 commit comments

Comments
 (0)