1.2.3 • Published 6 years ago

react-native-animated-wave v1.2.3

Weekly downloads
8
License
MIT
Repository
github
Last release
6 years ago

react-native-animated-wave

Installation Instructions

$ yarn add react-native-animated-wave

Usage

import AnimatedWave from "react-native-animated-wave";

export default class App extends Component {
    constructor() {
        super();
    }

    render() {
        return <View style={styles.container}>
            <AnimatedWave
                sizeOvan={150}
                // onPress={() => alert("Hello")}
                colorOvan={'#bebebe'}
                zoom={5}
            />
        </View>
    }
}

Explain the attributes

propertiesdatatypesexplain
numberlayernumbernumber of classes emitted
sizeOvannumberCenter circle size
colorOvanstringbubble color
zoomnumber
onPressarrow function
styleContainerstyle
sourcesource img
1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago