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

ActionButton Item click event not working #356

Open
vishalparmarmt opened this issue Sep 18, 2020 · 1 comment
Open

ActionButton Item click event not working #356

vishalparmarmt opened this issue Sep 18, 2020 · 1 comment

Comments

@vishalparmarmt
Copy link

ActionButton.Item click event not working I use like following.

<ActionButton.Item buttonColor={defaultTheme.colors.blue} onPress={() => Alert.alert("test 1")}>
   <Text> Test </Text>
</ActionButton.Item>
@irfaanraza
Copy link

Keep the Action Button Component out the view, then it will work fine, (There should be no parent view to this 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

No branches or pull requests

2 participants