Pax React Native Starter screenshot

Pax React Native Starter

Author Avatar Theme by Pax k
Updated: 8 Mar 2023
136 Stars

Next-gen react-native development monorepo starter with best in-class tools tailored for DX

Categories

Overview

This project aims to implement a Developer Experience (DX) and a Continuous Integration/Continuous Deployment (CI/CD) workflow using Github Actions and Expo EAS. It includes three builds/apps: Development, Staging, and Preview. Developers can build features using a browser, the UI team can review UI components using Chromatic/Storybook, and the whole team can view updates for each of these three apps along the development process. The technology stack includes TypeScript, React Native, Expo, NextJS, Solito, Tamagui, Storybook, and Jest.

Features

  • Sane DX and CI/CD workflow using Github Actions and Expo EAS
  • Three builds/apps: Development, Staging, and Preview
  • Ability to build features using a browser
  • UI component review using Chromatic/Storybook
  • Updates for each app visible to the entire team

Installation

To install this theme, you can follow these steps:

  1. Clone the repository.
  2. Install the necessary dependencies by running the following command:
    yarn install
    
  3. Configure the required settings in the config.js file.
  4. Build the app using the following command:
    yarn build
    
  5. Start the app by running the following command:
    yarn start
    

Summary

This project aims to simplify the development of mobile apps using React Native by providing a seamless DX and CI/CD workflow. By using a combination of Expo, NextJS, Solito, Tamagui, and Storybook, developers can build and test their apps more efficiently. The ability to build features using a browser and review UI components using Chromatic/Storybook adds to the productivity of the UI team. The monorepo structure allows for easy management of the different configurations for web and mobile platforms. Overall, this project aims to improve the development experience and streamline the app building and updating process.