> For the complete documentation index, see [llms.txt](https://docs.usegravity.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.usegravity.app/gravity-native/navigation.md).

# Navigation

Navigation is handled with [React Navigation](https://reactnavigation.org). Out-of-the-box, there are three navigation patterns to get you started:

1. Stack (views stack on top of each other with a back swipe)
2. Bottom nav (bottom nav icon buttons to instantly switch between views)
3. [Drawer](/gravity-native/components/nav.md#drawer) (sliding nav from the left side)

{% hint style="info" %}
You can find a full working example of the navigation in `router.js`
{% endhint %}

There are other stack varieties available if you need the please refer to the [React Navigation](https://reactnavigation.org) documentation for more information.

You can create as many different combinations of stacks with as many views in them as you need. Simply wrap all the stacks inside a container.
