Skip to content

Expo Managed Boilerplate for React Native with Typescript, NativeWind, Zustand, React Query, Async Storage, React Navigation and the best Folder Settings Opinion.

Notifications You must be signed in to change notification settings

angeloricardoweb/boilerplate-expo

Repository files navigation

Hefesto

This project is a boilerplate for an Expo-managed React Native application.

Project Details

  • Name: hefesto
  • Version: 0.0.1
  • Main Entry: node_modules/expo/AppEntry.js

Installation

  1. Clone the repository.
  2. Navigate to the project directory.
  3. Install dependencies:
    npm install
    
    or
    yarn install
    

Available Scripts

  • Start the project:
    npm start
    
  • Run on Android:
    npm run android
    
  • Run on iOS:
    npm run ios
    
  • Run on the web:
    npm run web
    

Dependencies Overview

The project uses a range of dependencies including:

  • Expo and related tools (expo, expo-status-bar, expo-constants, expo-font, etc.)
  • React Navigation for app navigation
  • Async Storage and device info for persistent storage and device related information
  • Additional libraries like Axios, Day.js, Zustand, and more for varied functionality

Dev Dependencies

For development, the project leverages:

  • Babel for transpiling
  • TailwindCSS for styling
  • TypeScript for type safety
  • Other tools like module resolvers and SVG transformers

Getting Started

After installation, you can start developing by running the appropriate script as per your target platform (Android, iOS, or web). Enjoy building your app with Hefesto!

About

Expo Managed Boilerplate for React Native with Typescript, NativeWind, Zustand, React Query, Async Storage, React Navigation and the best Folder Settings Opinion.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published