Simple and performant cross platform navigation with simple api
npm install react-native-react-ridge-navigation
Simple and performant cross platform navigation with simple api, but not yet ready for production usage. Only used internally.
⚠️ This is a very early release, not recommended for production yet.
Things which need to be done:
- Configure theme dark/light
- Remove react-native-paper dependency
- wait for new experimental react-router-dom release: react-router/pull/7838
- create universal lazyWithPreload for screens
- example app with example stacks
- create website
#### 1. Install wix/react-native-navigation
Follow steps here: https://wix.github.io/react-native-navigation/docs/before-you-start/
#### 2. Install react-native-navigation-hooks
``sh`
yarn add react-native-navigation-hooks`
orsh`
npm install react-native-navigation-hooks`
#### 2. Install react-native-ridge-navigation + depssh`
yarn add react-native-paper react-router-dom@experimental react-native-react-ridge-navigation`
orsh`
npm install react-native-paper react-router-dom@experimental react-native-react-ridge-navigation
`js``
// TODO: add examples
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT