1.1.3 • Published 2 years ago

rainy-background-reactnative v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

rainy-background-reactnative

It can be used for ios and android as nice rainy background!

npm.io

Usage

Install module:

npm install --save rainy-background-reactnative

or

yarn add rainy-background-reactnative

Add it to any View in you app:

import Rain from 'rainy-background-reactnative';

export default function App() {
  return (
    <View>
      ...
      <Rain fullScreen rainCount={100} fallSpeed="medium" />
    </View>
  );
}

Snow props

PropsTypeDescriptionDefault
rainCountIntegerHow many rain to render.100
fallSpeedslow , medium, fastHow fast rain will fall.medium
fullScreenBooleanIf true component will always take screen width and height. If false it will take 100% parent width and height. Usefult if you want rain background to fill jsut a part of your screen.false
1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago