matin91 / MindSea_React-Native_Template

React-Query + Native-Base

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template

MindSea React Native Starter Pack!

Build Build

Installation :

# Install dependencies
> yarn

See environment section for how to configure env variables.

See scripts section for how to run the app.


Run the app

To run the app use one of the following scripts:

  • yarn android:dev, to start the app on Android with the development environment variables.

  • yarn android:stage, to start the app on Android with the staging environment variables.

  • yarn android:prod, to start the app on Android with the production environment variables.

  • yarn ios:dev, to start the app on iOS with the development environment variables.

  • yarn ios:stage, to start the app on iOS with the staging environment variables.

  • yarn ios:prod, to start the app on iOS with the production environment variables.

Branch Organization

New releases are made whenever enough new features have accumulated on the develop branch. Before creating a new release, create a staging branch off of the develop branch, and ensure the following things have been taken care of:

All pending features that should be included in the upcoming release are merged. Double-check that documentation is available and up-to-date for implemented features. Check that the version number in the documentation matches Manitoba. Then, merge the staging branch into main, squashing all commits, and tagging the new release. Afterwards, merge the staging branch back to develop so all changes in the staging branch are present in develop.

To enabled React-Native (Fabric) new architecture

Check the official documentation here


React-query
React-navigation v6
Nativebase v3 as design system
i18next
Typescript


ScreenShot

228015874-ac44eae6-33a8-49fa-9a0d-c4c4c7c59048.mp4

About

React-Query + Native-Base


Languages

Language:TypeScript 68.1%Language:Java 13.3%Language:JavaScript 8.1%Language:Ruby 4.3%Language:Objective-C 4.1%Language:Objective-C++ 2.1%