1.0.6 • Published 2 years ago

react-native-falling-animation v1.0.6

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

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