We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28cfc3f commit a7449a7Copy full SHA for a7449a7
src/ReactNativeCheckbox.re
@@ -4,7 +4,7 @@ open ReactNative;
4
type tintColors;
5
[@bs.obj]
6
external tintColors:
7
- (~true_: Color.t=?, ~false_: Color.t=?, unit) => tintColors =
+ (~_true: Color.t=?, ~_false: Color.t=?, unit) => tintColors =
8
"";
9
10
type checkBoxEvent =
@@ -98,4 +98,4 @@ external make:
98
~testID: string=?
99
) =>
100
React.element =
101
- "@react-native-community/checkbox";
+ "@react-native-community/checkbox";
0 commit comments