navigation
Here are 2,214 public repositories matching this topic...
-
Updated
Aug 19, 2020 - Java
A complete native navigation solution for React Native
-
Updated
Sep 1, 2020 - Java
android 4.4以上沉浸式状态栏和沉浸式导航栏管理,适配横竖屏切换、刘海屏、软键盘弹出等问题,可以修改状态栏字体颜色和导航栏图标颜色,以及不可修改字体颜色手机的适配,适用于Activity、Fragment、DialogFragment、Dialog,PopupWindow,一句代码轻松实现,以及对bar的其他设置,详见README。简书请参考:http://www.jianshu.com/p/2a884e211a62
-
Updated
Jul 24, 2020 - Java
是 难得一见 的 Jetpack MVVM 最佳实践!在 以简驭繁 的代码中,对 视图控制器 乃至 标准化开发模式 形成正确、深入的理解!
-
Updated
Aug 23, 2020 - Java
Unlike all those arrogant UINavigationBar, this one is shy and humble! Easily create auto-scrolling navigation bars!
-
Updated
Sep 20, 2018 - Objective-C
Native navigation library for React Native applications
-
Updated
Jun 27, 2019 - Java
A custom WordPress nav walker class to fully implement the Twitter Bootstrap 4.0+ navigation style (v3-branch available for Bootstrap 3) in a custom theme using the WordPress built in menu manager.
-
Updated
Aug 14, 2020 - PHP
Sidr is a jQuery plugin for creating side menus and the easiest way for doing your menu responsive.
-
Updated
Dec 10, 2017 - JavaScript
超简单!!! 一行代码设置状态栏、导航栏按钮、标题、颜色、透明度,移动等 WRNavigationBar which allows you to change NavigationBar's appearance dynamically
-
Updated
May 9, 2020 - Objective-C
Animated side menu with customizable UI
-
Updated
Apr 13, 2020 - Swift
The best javascript plugin for app look-alike on- and off-canvas menus with sliding submenus for your website and webapp.
-
Updated
Aug 19, 2020 - TypeScript
-
Updated
Jul 25, 2020 - Java
Implicitly make every view controller has its own navigation bar
-
Updated
Jan 19, 2020 - Objective-C
layerJS: Javascript UI composition framework
-
Updated
Feb 13, 2020 - JavaScript
Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
-
Updated
Feb 6, 2020 - HTML
An easy to use floating drawer view controller.
-
Updated
Oct 13, 2017 - Objective-C
Android Single Activity Applications framework without Fragment.
-
Updated
Aug 23, 2020 - Java
Bottom Navigation widget component inspired by the Google Material Design Guidelines at https://www.google.com/design/spec/components/bottom-navigation.html
-
Updated
Mar 22, 2019 - Kotlin
An Android library for managing multiple stacks of fragments
-
Updated
Jun 23, 2020 - Kotlin
The practice of MVVM + Jetpack architecture in Android.
-
Updated
Sep 1, 2020 - Kotlin
Extras binding and intent builders for Android apps.
-
Updated
Aug 31, 2020 - Java
-
Updated
May 23, 2020 - Java
A simple Floating Action Button that shows an anchored Navigation View
-
Updated
Oct 4, 2019 - Java
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.
-
Updated
Apr 19, 2020 - JavaScript
Improve this page
Add a description, image, and links to the navigation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the navigation topic, visit your repo's landing page and select "manage topics."


Related: react-navigation/react-navigation#8160
We have a similar guide for React Router + Netlify https://github.com/expo/examples/tree/master/with-react-router#deploying-to-netlify
We should also have one for Now:
now.json:{ "version": 2, "routes": [{ "handle": "filesystem" }, { "src": "/.*", "dest": "/index.html" }] }