React Native-Redux Boilerplate
React Native Base is a TypeScript project that allows for Continuous Integration testing utilizing GitHub Actions. It provides templates for creating new components and making the development process more efficient. The project includes configurations for Code Climate and Sonarqube integrations, streamlining code analysis and ensuring maintainability.
yarn.env.dev file in project root based on .env.exampleyarn android:{env} (envs: dev, qa, staging, prod)yarn ios:{env} (envs: dev, qa, staging, prod)yarn startyarn lintyarn testReact Native Base is a comprehensive TypeScript project that offers a structured approach to development, with features like Continuous Integration, code analysis integrations, environment setup, and template components creation. By following the installation guide and utilizing the provided tools, developers can streamline their workflow and ensure a robust and maintainable codebase.