Skip to content

Commit

Permalink
docs: update getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Jan 24, 2025
1 parent 098f523 commit a0086c4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/docs/docs/getting-started/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ import { PackageManagerTabs } from '@theme';

# Quick Start

## Create a new project with Native Tabs

If you don't have an existing project, you can create a new [Expo](https://expo.dev) app using the following command:


```sh
npx create-expo-app@latest NativeTabs --template @bottom-tabs/expo-template
```

## Installation

<PackageManagerTabs command="install react-native-bottom-tabs" />
Expand Down

0 comments on commit a0086c4

Please sign in to comment.