Skip to content

A React Native app demonstrating complex animations running on native thread covering a typical use case "Shared Element Transition".

Notifications You must be signed in to change notification settings

vinaysharma14/react-native-animations

Repository files navigation

How to handle complex animation in React Native?

This repository has lots of animation experiments in React Native!

Problem Statment:

This type of animation is known as Shared Element Transition. In this animation it makes it feel like as if the splash image and the header is being shared across splash screen as well as home screen.

Demo

Animation on iOS Animation on android

This repository you will help in writing butter smooth 60 FPS complex animations in React Native. All of the animation are running on native thread without writing any native code! The project is written in Typescript.

Installation

  • Install npm package manager
  • Clone the repository and we are good to go!
git clone https://github.com/vinaysharma14/react-native-animations
npm install
npm run ios / npm run android

About

A React Native app demonstrating complex animations running on native thread covering a typical use case "Shared Element Transition".

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published