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

Fix Android where nothing happens on click #62

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

AdamGold
Copy link

@AdamGold AdamGold commented Jan 2, 2019

delete container unnecessary styles to fix android bug where nothing happens on click.

Provide links to any relevant tickets, articles or other resources

Closes: #60
Progresses : #

@AdamGold AdamGold changed the title # If applied, this commit will... Fix Android where nothing happens on click Jan 2, 2019
@haikov
Copy link

haikov commented Jan 31, 2019

Faced the same issue. Also, on iOS (on iPhoneX in particular), part of the button stops respond to toches.

Can confirm that the current PR fixes the issue, so please merge (@omarkhaled11)

Without this PR, the issue can be avoided by passing containerStyle={{ flex: 0 }} to the component.

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

Successfully merging this pull request may close these issues.

Android nothing happens on click
2 participants