INNER CODE UNIT · JavaScript

DoubleTapView

wonday/react-native-pdf · DoubleTapView.js:17

export default class DoubleTapView extends Component {

    static propTypes = {
        ...ViewPropTypes,
        delay: PropTypes.number,
        radius: PropTypes.number,
        onSingleTap: PropTypes.func,
        onDoubleTap: PropTypes.func,
    };

    static defaultProps = {
        delay: 300,
        radius: 50,
        onSingleTap: () => {
        },
        onDoubleTap: () => {
        },
    };

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…