react-native-confetti-view

1.0.0 • Public • Published

Confetti View

Screenshot

Installation

Using NPM:

npm i react-native-confetti-view

Using Yarn:

yarn add react-native-confetti-view

Usage

Also, see the example directory.

import React from 'react'
import { Text } from 'react-native'
import ConfettiView from '../index'
 
export default class MyView extends React.Component {
  render () {
    return (
      <ConfettiView>
        <Text>Hi!</Text>
      </ConfettiView>
    )
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i react-native-confetti-view

Weekly Downloads

7

Version

1.0.0

License

MIT

Unpacked Size

349 kB

Total Files

11

Last publish

Collaborators

  • tschoffelen