Open vishalparmarmt opened 4 years ago
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>
Keep the Action Button Component out the view, then it will work fine, (There should be no parent view to this component)
ActionButton.Item click event not working I use like following.