🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
DemoInstallSign in
Socket

react-native-react-ridge-navigation

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-react-ridge-navigation

Simple and performant cross platform navigation with simple api

0.3.0
latest
Source
npm
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source


react-native-ridge-navigation (⚠️ in beta)

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

Features

Supported stacks

  • normal
  • bottomTabs
  • sideMenu (in progress)

Installation

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

yarn add react-native-navigation-hooks

or

npm install react-native-navigation-hooks

2. Install react-native-ridge-navigation + deps

yarn add react-native-paper react-router-dom@experimental react-native-react-ridge-navigation

or

npm install react-native-paper react-router-dom@experimental react-native-react-ridge-navigation

Usage

// TODO: add examples

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

Keywords

react-native

FAQs

Package last updated on 03 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts