All Projects → dabit3 → React Native Navigation V2

dabit3 / React Native Navigation V2

Up and running with React Native Navigation - V2 - by Wix

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Native Navigation V2

Aws Serverless Auth Reference App
Serverless reference app and backend API, showcasing authentication and authorization patterns using Amazon Cognito, Amazon API Gateway, AWS Lambda, and AWS IAM.
Stars: ✭ 724 (+891.78%)
Mutual labels:  authentication, amazon-cognito
Cognito Express
Authenticates API requests on a Node application by verifying the JWT signature of AccessToken or IDToken generated by Amazon Cognito.
Stars: ✭ 165 (+126.03%)
Mutual labels:  authentication, amazon-cognito
Nim Httpauth
HTTP Authentication library for Nim
Stars: ✭ 67 (-8.22%)
Mutual labels:  authentication
Mongoaudit
🔥 A powerful MongoDB auditing and pentesting tool 🔥
Stars: ✭ 1,174 (+1508.22%)
Mutual labels:  authentication
Cas Gradle Overlay Template
CAS Gradle Overlay: Generic CAS gradle war overlay to exercise the latest versions of CAS
Stars: ✭ 69 (-5.48%)
Mutual labels:  authentication
Ziggurat foundations
Framework agnostic set of sqlalchemy classes that make building applications that require permissions an easy task.
Stars: ✭ 67 (-8.22%)
Mutual labels:  authentication
Auth0 Python Api Samples
Auth0 Integration Samples for Python REST API Services using Flask
Stars: ✭ 70 (-4.11%)
Mutual labels:  authentication
Plasma
An Android Application written using latest Android Jetpack components and best practices, which displays trending movies/TV shows and cast, user can search movies and TV shows and also add them to watchlist.
Stars: ✭ 67 (-8.22%)
Mutual labels:  navigation
Stormpath Sdk Php
PHP SDK for the Stormpath User Management and Authentication REST+JSON API
Stars: ✭ 72 (-1.37%)
Mutual labels:  authentication
Googleclientplugin
Google Client Plugin for Xamarin iOS and Android
Stars: ✭ 69 (-5.48%)
Mutual labels:  authentication
Pjax
Easily enable fast Ajax navigation on any website (using pushState + xhr)
Stars: ✭ 1,169 (+1501.37%)
Mutual labels:  navigation
Corenavigation
📱📲 Navigate between view controllers with ease. 💫 🔜 More stable version (written in Swift 5) coming soon.
Stars: ✭ 69 (-5.48%)
Mutual labels:  navigation
Auth0 Express Api Samples
Auth0 Integration Samples for Node Express REST API Services
Stars: ✭ 68 (-6.85%)
Mutual labels:  authentication
Floating Navigation View
A simple Floating Action Button that shows an anchored Navigation View
Stars: ✭ 1,169 (+1501.37%)
Mutual labels:  navigation
Genesis Header Nav
WordPress plugin that registers a menu location and displays it inside the header for a Genesis Framework child theme.
Stars: ✭ 67 (-8.22%)
Mutual labels:  navigation
Chromeliketabswitcher
Provides a tab switcher similar to the one, which is used in Google Chrome on Android
Stars: ✭ 1,177 (+1512.33%)
Mutual labels:  navigation
Compass
A Minimal Compass iOS App 🧭
Stars: ✭ 67 (-8.22%)
Mutual labels:  navigation
Codeigniter4 Auth
A simple authentication library for CodeIgniter 4.
Stars: ✭ 70 (-4.11%)
Mutual labels:  authentication
Animateddropdownmenu
A clean interface dropdown menu, appears underneath navigation bar to display a list of related items when you click on the navigation title.
Stars: ✭ 70 (-4.11%)
Mutual labels:  navigation
Markdown Toc
Generate a markdown TOC (table of contents) for a README or any markdown files, using remarkable. Used by assemble, verb, and lots of other projects on GitHub. API and CLI.
Stars: ✭ 1,185 (+1523.29%)
Mutual labels:  navigation

React Native Navigation (V2) by Wix - Getting Started (Part 1)

This repo goes along with the Medium post React Native Navigation (V2) by Wix - Getting Started

For part 2, click here.

Getting started

  1. Clone this repo
git clone https://github.com/dabit3/react-native-navigation-v2.git
  1. Change into the directory
cd react-native-navigation-v2

3 Install the dependencies

yarn
# or
npm install
  1. Run the project
react-native run-ios
# or
react-native run-android
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].