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 711faec commit c44aa81Copy full SHA for c44aa81
src/components/CheckBox/index.ts
@@ -1,7 +1,7 @@
1
import { NodeWidget } from "@nodegui/nodegui";
2
import { Fiber } from "react-reconciler";
3
import { registerComponent, ComponentConfig } from "../config";
4
-import { RNCheckBox, setProps, CheckBoxProps } from "./RNCheckbox";
+import { RNCheckBox, setProps, CheckBoxProps } from "./RNCheckBox";
5
6
class CheckBoxConfig extends ComponentConfig {
7
tagName = RNCheckBox.tagName;
0 commit comments