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

Toggling doesn't correctly trigger onChangeState #10

Open
yagottahavehart opened this issue Jul 28, 2016 · 2 comments
Open

Toggling doesn't correctly trigger onChangeState #10

yagottahavehart opened this issue Jul 28, 2016 · 2 comments

Comments

@yagottahavehart
Copy link

Sliding appears to work

I was able to fix by removing line 165
var callHandlers = this.start.state != state;
and replacing it with
var callHandlers = false; if (this.start.stateChanged) { callHandlers = this.start.state != state; } else { callHandlers = this.state.state != state; }

@manjeets12
Copy link

this library needs some serious updates

@manjeets12
Copy link

I switched over to this https://github.com/xinthink/react-native-material-kit

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

No branches or pull requests

2 participants