diff --git a/docs/docs/docs/getting-started/quick-start.mdx b/docs/docs/docs/getting-started/quick-start.mdx index 57addd88..1c79bacd 100644 --- a/docs/docs/docs/getting-started/quick-start.mdx +++ b/docs/docs/docs/getting-started/quick-start.mdx @@ -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