A Robust React Native boilerplate to kickstart your new app :zap:
This project is a React Native boilerplate that provides an architecture optimized for building solid cross-platform mobile applications through separation of concerns between the UI and business logic. It aims to automate the process of setting up a new React Native project by including various elements and best practices learned from talented developers in the React Native Community. The boilerplate can be easily extended to suit any workflow and includes TypeScript support.
To install the React Native boilerplate, follow these steps:
yarn typescript:add command to install all the TypeScript dependencies, including types for React, React Native, and React Navigation. This command will also add a tsconfig.json and jest.config.js file. Note that this feature is only tested on Linux and MacOSX.yarn redux:remove command. Make sure to configure the project files accordingly.To run the project, follow these steps:
yarn install to install the dependencies.This React Native boilerplate provides a solid foundation for building cross-platform mobile applications, with a focus on separation of concerns and automation of project setup. It includes various best practices and elements learned from experienced React Native developers, and can be easily extended to suit any workflow. The boilerplate also supports TypeScript and allows for the removal of Redux, making it suitable for a wide range of projects. It provides a simple and efficient way to get started with React Native development.