Skip to content

Fix some iOS props #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 11, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
make it work for 0.4.1
  • Loading branch information
alltonp committed May 27, 2020
commit dbfe5b6e32098002f29367f6430776d7da524036
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reason-react-native/checkbox",
"version": "0.2.0",
"version": "0.4.1",
"publishConfig": {
"access": "public"
},
Expand Down
4 changes: 2 additions & 2 deletions src/ReactNativeCheckbox.re
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type checkBoxEvent =
"value": bool,
});

[@react.component] [@bs.module]
[@react.component] [@bs.module "@react-native-community/checkbox"]
external make:
(
~ref: ref=?,
Expand Down Expand Up @@ -98,4 +98,4 @@ external make:
~testID: string=?
) =>
React.element =
"@react-native-community/checkbox";
"default";