/react_native_navigation_transition_direction

This repository illustrates how to change animation direction in React Native for custom screens with react-navigation library.

Primary LanguageTypeScriptMIT LicenseMIT

React Native - Change Navigation Direction

This repository illustrates how to change animation direction in React Native for custom screens with react-navigation library.

Explanation with examples can be found in the [blog-post] (https://medium.com/@just.sowinska/change-react-native-screen-animation-direction-with-react-navigation-8cec0f66f22)

In this repository I'm using Typescript, but in the blog post you will find gists without Typescript added.

Installation

yarn install
cd ios && pod install

Usage

For iOS:

yarn ios

For Android:

yarn android