Skip to content

Commit d0da40f

Browse files
Ashoatericvicenti
authored andcommitted
Add Flow libdef (react-navigation#3391)
* Add Flow libdef * Move libdef to flow folder in root * Update libdef with some refinements discovered while writing test Mostly refining navigator config types. In the past when we tried it we got in-repo Flow errors. With a libdef we can now assert it as true! * Get rid of all imports in libdef and refine some types
1 parent 7141f66 commit d0da40f

File tree

6 files changed

+1109
-93331
lines changed

6 files changed

+1109
-93331
lines changed

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
coverage
2+
flow
23
node_modules
34
lib*
45
build

examples/NavigationPlayground/.flowconfig

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
node_modules/react-native/Libraries/react-native/react-native-interface.js
5252
node_modules/react-native/flow/
5353
node_modules/react-native/flow-github/
54+
../../flow/
5455

5556
[options]
5657
module.system=haste

0 commit comments

Comments
 (0)