Skip to content

GingerBear/NavigationExperimental

Repository files navigation

This is extracted from NavigationExperimental in react-native 0.42.0. All the require path is been localized, so it can function as a standalone module in react native project.

The motivation of this is that NavigationExperimental will be deprecated soon, but the alternative one (react-navigation) is not stable enough.

To use:

// add to package.json dependencies
"navigation-experimental": "git+https://github.com/gingerbear/NavigationExperimental.git",
// change
import { NavigationExperimental } from 'react-native';
// to
import * as NavigationExperimental from 'navigation-experimental';

About

standalone to-be-deprecated NavigationExperimental

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published