eni4sure / expo-boilertemplate

A simple boiler template for react-native apps with expo-router, state management, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

expo-boilertemplate

Description of the project goes here.


Setup & usage

1. Install all dependencies

yarn install

2. Start the development server

yarn dev

Contribution Guide

Git Contribution

Perform all your changes on a fork of the base repository.

Open a pull request once you have completed your changes.

Don't forget to sync your fork and pull frequently in case any new changes that have been made to the base repository may conflict with your changes.


File Formatting

The same prettier config will be used for code formatting. It should be automatically applied when you use the VS Code prettier extension. If you are using something other than VS Code, try to see if a prettier extension is available for that.


official policy: it is fOrBiddEn to break the application with your PRs !!

About

A simple boiler template for react-native apps with expo-router, state management, etc.


Languages

Language:TypeScript 55.4%Language:JavaScript 44.1%Language:CSS 0.5%