navigation
Here are 2,397 public repositories matching this topic...
-
Updated
Nov 6, 2020 - Java
A complete native navigation solution for React Native
-
Updated
Dec 3, 2020 - Objective-C
android 4.4以上沉浸式状态栏和沉浸式导航栏管理,适配横竖屏切换、刘海屏、软键盘弹出等问题,可以修改状态栏字体颜色和导航栏图标颜色,以及不可修改字体颜色手机的适配,适用于Activity、Fragment、DialogFragment、Dialog,PopupWindow,一句代码轻松实现,以及对bar的其他设置,详见README。简书请参考:http://www.jianshu.com/p/2a884e211a62
-
Updated
Nov 30, 2020 - Java
是 难得一见 的 Jetpack MVVM 最佳实践!在 以简驭繁 的代码中,对 视图控制器 乃至 标准化开发模式 形成正确、深入的理解!
-
Updated
Dec 5, 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
Oct 18, 2020 - PHP
Sidr is a jQuery plugin for creating side menus and the easiest way for doing your menu responsive.
-
Updated
Sep 29, 2020 - 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
Nov 14, 2020 - TypeScript
-
Updated
Dec 1, 2020 - Kotlin
Implicitly make every view controller has its own navigation bar
-
Updated
Oct 17, 2020 - Objective-C
layerJS: Javascript UI composition framework
-
Updated
Oct 17, 2020 - JavaScript
Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
-
Updated
Nov 2, 2020 - HTML
Android Single Activity Applications framework without Fragment.
-
Updated
Nov 12, 2020 - Java
An easy to use floating drawer view controller.
-
Updated
Oct 13, 2017 - Objective-C
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
The practice of MVVM + Jetpack architecture in Android.
-
Updated
Nov 23, 2020 - Kotlin
-
Updated
May 23, 2020 - Java
An Android library for managing multiple stacks of fragments
-
Updated
Jun 23, 2020 - Kotlin
Extras binding and intent builders for Android apps.
-
Updated
Nov 30, 2020 - Java
The flexible, and fast router for react that is entirely based on hooks
-
Updated
Dec 1, 2020 - JavaScript
Hello
I was going through the costmap_2d_ros.cpp file, and there is a timer with 0.1 duration, that calls movementCB function, which updates the parameters robot_stopped_ and old_pose.
On searching for these two params int he whole navigation code, I didnt find anything that uses the values of these parameters.
I was wondering what is movementCB and these parameters for?
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" }] }