2 Repos
Embedding a stack navigator inside a bottom sheet to enable multi-screen flows within the sheet.
Distinct from Bottom Sheets: Distinct from Bottom Sheets: focuses on embedding navigation stacks inside the sheet, not the sheet component itself.
Explore 2 awesome GitHub repositories matching user interface & experience · Stack Navigator Embeddings. Refine with filters or upvote what's useful.
This is a bottom sheet component library for React Native that provides gesture-driven panels sliding up from the bottom of the screen. The library is built around configurable snap points, dynamic sizing, keyboard awareness, modal presentation, and synchronized scrolling, with native driver animation offloaded to the native thread for smooth performance. The library distinguishes itself through deep gesture and animation control, including custom gesture handler overrides, scroll-gesture synchronization, and dynamic snap point recalculation when content size or keyboard visibility changes. I
Embeds a stack navigator inside a bottom sheet for multi-screen flows.
Sapling is a scalable version control system designed to handle repositories with millions of files and commits, making it suitable for large monorepos. It reads and writes Git repositories natively, maintaining full interoperability with Git remotes and standard workflows, and provides an interactive commit graph for exploring repository history and state. The system uses a bookmark-based branching model that eliminates named branches in favor of lightweight, movable labels for commits. It tracks how each commit was created, amended, rebased, or split through commit-graph-based mutation trac
Creates, navigates, and tracks a linear stack of commits with commands to move between them.