XMASS snowflakes decoration for React Native apps
npm install react-native-snowflakes!done
```
yarn add react-native-snowflakes
`js
import Snowflakes from 'react-native-snowflakes';
class ExampleView extends Component {
render() {
return (
);
}
}
`
| Boolean | Renders snowflakes ❄ only for two weeks around XMAS. Set it to true and forgot about this package. |false |
| numberOfSnowflakes | Integer |Number of snowflakes to be rendered.| 10 |
| sizeOfSnowflakes | Integer |Size (in px`) of snowflakes. | Supreme dimension divided by 35. |