Complete boilerplate for react-native app with expo. Contains typescript, router, test, localization, navigation, hook and etc.
This article provides information about a boilerplate project used in DooBoo-CLI which incorporates various technologies such as Expo, TypeScript, React Navigation, localization, testing with Jest, and utilities like Emotion and eslint setup.
react-native-localization package.To install the boilerplate, follow these steps:
npm install to install dependencies.package.json with npm start.npm test to check if the tests succeed.The boilerplate project mentioned in the article is an advanced setup for building React Native applications using Expo, TypeScript, React Navigation, and other key tools. It emphasizes on localization, testing with Jest, and provides a structured approach for writing tests and organizing components. The inclusion of utilities like Emotion, eslint, and Prettier further enhances the development workflow and ensures code quality.