Skip to content
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

iOS - Disabled not works #56

Closed
leocaliban opened this issue Jun 16, 2020 · 4 comments
Closed

iOS - Disabled not works #56

leocaliban opened this issue Jun 16, 2020 · 4 comments
Labels

Comments

@leocaliban
Copy link

Is there any way to disable on iOS?

I tried to put it inside TouchableOpacity to handle changes and disable it and even then it ignores the disabled={true}

@nicholaslee119
Copy link
Collaborator

nicholaslee119 commented Jun 18, 2020

Sorry, disabled prop is only supported in Android Now.
Actually, it is an issue about the BEMCheckbox which hasn't disabled prop.
I am wondering to PR to BEMCheckbox to implement disabled, OR implement in JS-level in our react-native-checkbox

Or, you could implement disabled prop in YOUR JS-level component for now

@gedeagas
Copy link
Contributor

Hi @nicholaslee119, i think for now the best option is to implement the disabled props via javascript. i already make a pr for this, kindly check.

@nicholaslee119
Copy link
Collaborator

0.5.0 was released, disabled was added by @gedeagas

@victorwvieira
Copy link

Updated to 0.5.0 version and now the props disabled are working on iOS and Android.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants