From a0086c48fa1a106cafeec43ecae4f48053395243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Kwas=CC=81niewski?= Date: Fri, 24 Jan 2025 16:50:35 +0100 Subject: [PATCH] docs: update getting started --- docs/docs/docs/getting-started/quick-start.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/docs/docs/getting-started/quick-start.mdx b/docs/docs/docs/getting-started/quick-start.mdx index 57addd8..1c79bac 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