react-native-animated-wave

1.2.3 • Public • Published

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

properties datatypes explain
numberlayer number number of classes emitted
sizeOvan number Center circle size
colorOvan string bubble color
zoom number
onPress arrow function
styleContainer style
source source img

Readme

Keywords

Package Sidebar

Install

npm i react-native-animated-wave

Weekly Downloads

8

Version

1.2.3

License

MIT

Unpacked Size

1.18 MB

Total Files

21

Last publish

Collaborators

  • daihieptn97