Skip to content

coommark/ui-kitten-nav

Repository files navigation

How to Create React Native (UI Kitten) Drawer and Bottom Tabs Navigation using React Navigation 5

This is the source code for "How to Create React Native (UI Kitten) Drawer and Bottom Tabs Navigation using React Navigation 5." Click here to check it out.

Watch YouTube Video Here:

IMAGE ALT TEXT HERE

A couple of days ago I Googled around to find a quick tutorial on how to make a drawer and bottom tabs navigation like the Twitter App using React Native, Expo and UI Kitten but couldn’t find an up-to-date tutorial. So this is the source code for the tutorial where I show you how to quickly make a mobile app navigation with drawer and bottom tabs similar to the Twitter app.

Blog Post


Requirements

For development, you will need Node.js, Yarn or NPM installed in your development machine

Getting Started

# clone it
git clone https://github.com/coommark/ui-kitten-nav.git
cd ui-kitten-nav

# Make it your own
rm -rf .git && git init && npm init

# Install dependencies using Yarn
yarn

# Start app
expo start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published