Manage React Navigation Stacks with React NavigationController


Summary of my bookmarked Github repositories from Nov 30th, 2016

Github repositories

  • aputinski/react-navigation-controller

    React NavigationController is a React view manager similar to UINavigationController. It allows you to create navigation stacks and manage transitions between views in a React application. You can push and pop views onto the stack, set custom transitions, and define lifecycle events for view transitions. The library provides methods like `pushView`, `popView`, `popToRootView`, and `setViews` for manipulating the stack. Additionally, you can style the navigation using custom CSS classes. Visit the provided link for examples and further details.