1.0.6 • Published 3 years ago

react-native-falling-animation v1.0.6

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

Falling animation

Falling animation for React Native apps.

done

Installation

yarn add react-native-falling-animation

Code

import FallingAnimations from "react-native-falling-animation";

function HomeView(props) {
  return (
    <FallingAnimations
      imageURl={
        "https://raw.githubusercontent.com/vgvishal538/vgvishal538.github.io/main/H1.png"
      }
      numberOfItems={10}
    />
  );
}
export default HomeView;

Default Params

ParamsTypeDescriptionDefault
imageUrlUriImage value to render.https://raw.githubusercontent.com/vgvishal538/vgvishal538.github.io/main/H1.png
numberOfItemsIntegerNumber of images to be rendered.10
sizeOfItemsIntegerSize (in px) of items.Dimension divided by 35.
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago