1.1.3 • Published 1 year ago

rainy-background-reactnative v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago