2 Repos
Implementation of diverse information architecture patterns like drawers or tab bars tailored to specific operating systems.
Distinct from Tabbed Navigation: Existing candidates focus on specific components like tab bars rather than the architectural pattern of platform-specific navigation.
Explore 2 awesome GitHub repositories matching user interface & experience · Platform-Specific Navigation Patterns. Refine with filters or upvote what's useful.
This is a comprehensive library of code examples and reference implementations for building cross-platform user interfaces with Flutter. The project provides a collection of demo applications and guides designed to illustrate the implementation of design patterns, animation techniques, and testing workflows. The repository features specific demonstrations for native integration, including examples of embedding modules into existing native applications, using platform channels, and bridging native code with the framework. It also serves as an animation reference, providing implementations for
Implements adaptive information architecture patterns such as navigation drawers and tab bars based on the target platform.
react-native-screens is a set of native navigation primitives and a cross-platform UI bridge that maps JavaScript interfaces to platform-specific screen management. It serves as a mobile screen transition engine and a native view hierarchy manager, bridging high-level navigation interfaces to native view hierarchies and transition engines. The project distinguishes itself by unifying navigation experiences across mobile, web, television, and spatial computing devices. It utilizes platform-specific navigation primitives to ensure screen transitions and presentation styles align with native sys
Wraps native iOS and Android navigation controllers to provide high-performance system-level screen transitions.