Skip to content

Kida007/rn-animations-bag

Repository files navigation

rn-animations-bag

NOT MAINTAINED

this project contains some of the coolest RN animation examples/ excercises to start with. contains many examples with React Native's Animated, PanResponder and react-native-svg

How to use :

  1. clone it
  2. you can try any example by importing it and rendering it in App.js :
import {
  RotatingSquare,
  Spring,
  SequenceAnimation,
  FlowClass,
  NavigationScreens,
  DraggableBox,
  BottomDragModal,
  FbCircles,
  SvgBasic,
} from './examples'

...
render(){
    return <SvgBasic />;
}
...
  1. install and link libraries
npm install or yarn
react-native link react-native-svg
react-native link react-native-reanimated
  1. run it
react-native run-ios

About

cool react native animation examples /exercises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published