Skip to content

Commit 2792cfb

Browse files
committed
Fix flowconfig
1 parent e687052 commit 2792cfb

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.flowconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
.*/node_modules/*
1212

13+
.*/examples/*
14+
1315
; Ignore duplicate module providers
1416
; For RN Apps installed via npm, "Libraries" folder is inside
1517
; "node_modules/react-native" but in the source repo it is in the root

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Nested Listview for React native",
55
"scripts": {
66
"test": "jest index.test.js",
7-
"lint": "eslint --cache ."
7+
"lint": "eslint --cache .",
8+
"flow": "flow"
89
},
910
"repository": {
1011
"type": "git",
@@ -25,7 +26,7 @@
2526
"eslint-plugin-flowtype": "^2.36.0",
2627
"eslint-plugin-react": "^7.4.0",
2728
"eslint-plugin-react-native": "^3.1.0",
28-
"flow-bin": "^0.57.2",
29+
"flow-bin": "^0.55.0",
2930
"jest": "^21.2.0",
3031
"prettier": "^1.7.0",
3132
"prettier-eslint": "^8.2.1",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,9 +1405,9 @@ flat-cache@^1.2.1:
14051405
graceful-fs "^4.1.2"
14061406
write "^0.2.1"
14071407

1408-
flow-bin@^0.57.2:
1409-
version "0.57.2"
1410-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.57.2.tgz#0b5ed4dd38a1991047e9bee71d62a763ae61b6b7"
1408+
flow-bin@^0.55.0:
1409+
version "0.55.0"
1410+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.55.0.tgz#9083da9327bd8cab6b4076d63d85f2247a7eae1b"
14111411

14121412
for-in@^1.0.1:
14131413
version "1.0.2"

0 commit comments

Comments
 (0)