Skip to content

kohver/react-native-touchable-scale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Animated touchable component.

Props Required Default Value
TouchableWithoutFeedback props...
style style No
defaultScale number No 1
activeScale number No 0.9
tension number No 150
friction number No 3
pressInTension number No
pressInFriction number No
pressOutTension number No
pressOutFriction number No
useNativeDriver boolean No true

Install

npm install --save react-native-touchable-scale

Usage

import TouchableScale from 'react-native-touchable-scale';

const Button = function(props) {
    return (
        <TouchableScale
            style={style.button}
            onPress={props.onPress}
            activeScale={0.7}
        >
            {props.children}
        </TouchableScale>
    );
};

About

Like touchable opacity, but scale.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 6