awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesStack Navigator Embeddings

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.

Awesome Stack Navigator Embeddings GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • gorhom/react-native-bottom-sheetAvatar von gorhom

    gorhom/react-native-bottom-sheet

    9,003Auf GitHub ansehen↗

    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.

    TypeScriptbottom-sheetbottomsheetmodal
    Auf GitHub ansehen↗9,003
  • facebook/saplingAvatar von facebook

    facebook/sapling

    6,885Auf GitHub ansehen↗

    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.

    Rust
    Auf GitHub ansehen↗6,885
  1. Home
  2. User Interface & Experience
  3. Bottom Sheets
  4. Stack Navigator Embeddings

Unter-Tags erkunden

  • Commit Stack Creations and NavigationsCreates, navigates, and tracks a linear stack of commits using commands to move to the top, bottom, or between commits. **Distinct from Stack Navigator Embeddings:** Distinct from Stack Navigator Embeddings: focuses on creating and navigating a linear stack of version control commits, not UI navigation stacks.