1.0.0 • Published 1 year ago

indie-expo-stack v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Working in progress !


Indie Expo Stack :guitar: :microphone: :headphones:

:clipboard: What's in the stack

  • Eslint: A linter tool that analyzes your code and detects potential errors and inconsistencies.
  • Prettier: An opinionated code formatter that automatically formats your code according to a set of rules.
  • Expo: A platform for building and deploying universal React and React Native applications.
  • Expo Router: A library for implementing routing in Expo applications.
  • Splash Screen: A customizable screen that appears while an application is loading.
  • Native Base: A library of reusable UI components for building React Native applications.
  • SVG Support: Support for Scalable Vector Graphics (SVG) images in your application.
  • Typescript: A typed superset of JavaScript that provides enhanced code safety and maintainability. Not a fan of bits of the stack? Fork it, change it, and use npx create-remix --template your/repo! Make it your own.

:open_file_folder: Which page is already development

  • Login
  • TabBar Layout with
    • Home Screen
    • History Screen
    • Profile Screen

⚡ Quick Start

## Install dependencies
npm install

# Run application
npm run start