INNER CODE UNIT · JavaScript

_renderTappableBackground

mastermoo/react-native-action-button · ActionButton.js:239

  const _renderTappableBackground = () => {
    return (
      <TouchableOpacity
        activeOpacity={1}
        style={getOverlayStyles()}
        onPress={reset}
      />
    );
  };

  //////////////////////
  // Animation Methods
  //////////////////////

  const animateButton = (animate = true) => {
    if (active) return reset(animate);

    if (animate) {

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…