cdvntr / react-native-confetti

Raining confetti made with react native animations
MIT License
221 stars 55 forks source link

wrap image #10

Closed neo125874 closed 7 years ago

neo125874 commented 7 years ago

hello, any example to implement the readme's gif? put the inside the or something?

thanks

cdvntr commented 7 years ago

@neo125874 hey,

the example was built with https://github.com/jorilallo/react-native-emoji

Basically;

<View style={styles.container}>
  <Text style={{fontSize: 50}}><Emoji name="ghost"/></Text>
  <Confetti ref={(node) => this._confettiView = node}/>
</View>
neo125874 commented 7 years ago

@cdvntr thanks, i love this lib, it works!