XMAS snowflakes decoration for React Native apps 🌨🎅🎄 Simple with no dependencies!
yarn add react-native-snowflakes
import Snowflakes from 'react-native-snowflakes';
class ExampleView extends Component {
render() {
return (
<Snowflakes />
);
}
}
Params | Type | Description | Default |
---|---|---|---|
snowOnlyAroundXmass |
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. |