react-native-action-button icon indicating copy to clipboard operation
react-native-action-button copied to clipboard

[Android] Ripple Effect too large.

Open Till--H opened this issue 8 years ago • 2 comments

Hi,

I have the following code with version 2.8.1 and RN version 0.49.3 on Android:

        <ActionButton.Item
          buttonColor={"#123456}
          fixNativeFeedbackRadius={true}
          hideShadow={true}
          title={"Something"}
        >
          <Icon name="tag" style={{ color: colors.title, fontSize: 30 }} />
        </ActionButton.Item>

(I.e., using the fixes for https://github.com/mastermoo/react-native-action-button/issues/152). On android this leads to a strange ripple effect (see attached image) which seems to be a bit too large. Am I doing something wrong?

screenshot_2017-11-12-19-08-35

Till--H avatar Nov 12 '17 18:11 Till--H

same here

zhaonian avatar Jan 17 '18 17:01 zhaonian

repeats in 2.8.4 switched version back to 2.7.2

zwerg44 avatar Jun 22 '18 12:06 zwerg44