Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 733 Bytes

File metadata and controls

9 lines (8 loc) · 733 Bytes

react-native-instagram-navigation

This is an example of navigation that approaches Instagram way of navigation.

Instagram Navigation Approach

Instagram do these with their navigation.

  • Go next indefinitely, and go back again to each previous pages with the same state and scroll position of each pages.
  • Go next indefinitely, move to another tab, go next indefinitely in second tab. When going back in second tab reaches the first page, it will go back to previous tab.
  • If you are in Home tab, go next indefinitely, and you press Home button, you will go back to the first page of Home.
  • If you are in Home tab, and you are in the first page of Home, then you press Home button. It will scroll the page to the top.