Between Pages

A library to help you animate and improve the user experience when is moved between pages with animations on react native apps. Between Pages uses the underlying native library called Animated from react native itself, thus allowing all animation between routes to be at high FPS.

Between Pages was developed to create animations from simple to complex levels before navigation, restoring the entire screen before every route, making the movement natural. Remembering that BetweenPages is not recommended for route management.

I will show some applications with navigation libraries below.

PR’s welcome ?

Getting Started

Before starting to install you need to see the minimum requirements, so between can work very well, check the versions below:

Minimum Requirements

react-native >= 0.59 if you’re using expo >= 41 if you’re using typescript >= 4.x

Installation

  npm i between-pages

or

  yarn add between-pages

GitHub

View Github