Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dailydrip/react-native-navigation-sample

Sample using React Native Navigation
https://github.com/dailydrip/react-native-navigation-sample

dailydrip drawer-navigation react-native tab-navigation

Last synced: about 4 hours ago
JSON representation

Sample using React Native Navigation

Awesome Lists containing this project

README

        

# react-native-navigation-sample
This is a sample of how to use [React Navigation](https://reactnavigation.org/).

To understand it more, [check out this DailyDrip
video](https://www.dailydrip.com/topics/react-native/drips/getting-started-with-react-navigation).

## Drawer Navigator

![Drawer Navigator](gifs/drawer.gif)

[Example](https://github.com/dailydrip/react-native-navigation-sample/releases/tag/add-drawer-navigation)

## Tab Navigator

![Tab Navigator](gifs/tab.gif)

[Example](https://github.com/dailydrip/react-native-navigation-sample/releases/tag/add-tab-bar-navigation)

## Stack Navigator

![Stack Navigator](gifs/stack.gif)

[Example](https://github.com/dailydrip/react-native-navigation-sample/releases/tag/stack-navigator-two-screens)

### About DailyDrip
![DailyDrip](dailydrip.png)
>This code is part of [React Native
>Drips](https://www.dailydrip.com/topics/react-native/), a daily and continous
>learning website where you can just spend 5min a day and learn things.