Skip to content

Commit

Permalink
docs: fixed table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
vucinatim committed Apr 13, 2024
1 parent dc39f14 commit 0dc8521
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,37 @@ Welcome to `react-native-template` 👋, the go-to template for building mobile

## Table of Contents

1. [Quick Start](#quick-start-)
2. [Project Structure](#project-structure-)
3. [Configuration Files](#configuration-files-)
4. [Features and Benefits](#features-and-benefits-)
- [Full Linting and Auto Formatting](#1-full-linting-and-auto-formatting-)
- [Easy Aliases with TypeScript](#2-easy-aliases-with-typescript-)
- [Nativewind Integration](#3-nativewind-integration-)
- [Full Localization Support](#4-full-localization-support-)
- [Typed Expo Router Setup](#5-typed-expo-router-setup-)
- [Zodius API Client Setup](#6-zodius-api-client-setup-)
- [Custom Utility Hooks](#7-custom-utility-hooks-)
- [Zustand State Management](#8-zustand-state-management-)
- [CI/CD Workflow Configuration](#9-cicd-workflow-configuration-)
- [Infisical Environment Variable Support](#10-infisical-environment-variable-support-)
5. [Included Packages and Their Benefits](#included-packages-and-their-benefits-)
- [Zod](#zod-)
- [Lottie-React-Native](#lottie-react-native-)
- [Lucide-React-Native](#lucide-react-native-)
- [React Hook Form](#react-hook-form-)
6. [Customizable Components](#customizable-components-)
- [Button](#button-)
- [Dialog](#dialog-)
- [Loading](#loading-)
- [FormTextInput](#formtextinput-)
- [ValidationError](#validationerror-)
- [Toaster](#toaster-)
7. [Using the Template Effectively](#using-the-template-effectively-)
- [Recommended Folder Structure](#recommended-folder-structure-)
- [Development Decision Flow Chart](#development-decision-flow-chart-)
- [Benefits of This Approach](#benefits-of-this-approach-)
8. [Finish Line](#finish-line-)
1. [Quick Start](#quick-start)
2. [Project Structure](#project-structure)
3. [Configuration Files](#configuration-files)
4. [Features and Benefits](#features-and-benefits)
- [Full Linting and Auto Formatting](#1-full-linting-and-auto-formatting)
- [Easy Aliases with TypeScript](#2-easy-aliases-with-typescript)
- [Nativewind Integration](#3-nativewind-integration)
- [Full Localization Support](#4-full-localization-support)
- [Typed Expo Router Setup](#5-typed-expo-router-setup)
- [Zodius API Client Setup](#6-zodius-api-client-setup)
- [Custom Utility Hooks](#7-custom-utility-hooks)
- [Zustand State Management](#8-zustand-state-management)
- [CI/CD Workflow Configuration](#9-cicd-workflow-configuration)
- [Infisical Environment Variable Support](#10-infisical-environment-variable-support)
5. [Included Packages and Their Benefits](#included-packages-and-their-benefits)
- [Zod](#zod)
- [Lottie-React-Native](#lottie-react-native)
- [Lucide-React-Native](#lucide-react-native)
- [React Hook Form](#react-hook-form)
6. [Customizable Components](#customizable-components)
- [Button](#button)
- [Dialog](#dialog)
- [Loading](#loading)
- [FormTextInput](#formtextinput)
- [ValidationError](#validationerror)
- [Toaster](#toaster)
7. [Using the Template Effectively](#using-the-template-effectively)
- [Recommended Folder Structure](#recommended-folder-structure)
- [Development Decision Flow Chart](#development-decision-flow-chart)
- [Benefits of This Approach](#benefits-of-this-approach)
8. [Finish Line](#finish-line)

## Quick Start 🚀

Expand Down

0 comments on commit 0dc8521

Please sign in to comment.