Skip to content

Commit f6acf4a

Browse files
sgnyMoOx
authored andcommitted
Disable warning 105 (inferred JS names in external definitions) (#557)
1 parent 0117faf commit f6acf4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reason-react-native/bsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"subdirs": true
1717
}
1818
],
19-
"bsc-flags": ["-bs-no-version-header", "-warn-error @a"],
19+
"bsc-flags": ["-bs-no-version-header", "-warn-error @a", "-w @a-105"],
2020
"bs-dependencies": ["reason-react"]
2121
}

0 commit comments

Comments
 (0)