iawaisrana /
React-Native-Boilerplate
A React Native project boilerplate for producing reliable applications.
Loading repository dataβ¦
thecodingmachine / repository
A React Native template for building solid applications π, using JavaScript π or Typescript π (you choose).
This project is a React Native boilerplate that can be used to kickstart a mobile application.
The boilerplate provides an optimized architecture for building solid cross-platform mobile applications through separation of concerns between the UI and business logic. It is fully documented so that each piece of code that lands in your application can be understood and used.
If you love this boilerplate, give us a star, you will be a ray of sunshine in our lives :)
Node 18 or greater is required. Development for iOS requires a Mac and Xcode 10 or up, and will target iOS 11 and up.
You also need to install the dependencies required by React Native.
Go to the React Native environment setup, then select React Native CLI Quickstart tab.
Follow instructions for your given development OS and target OS.
To create a new project using the boilerplate simply run :
npx @react-native-community/cli@latest init MyApp --template @thecodingmachine/react-native-boilerplate
Assuming you have all the requirements installed, you can run the project by running:
yarn start to start the metro bundler, in a dedicated terminalyarn <platform> to run the platform application (remember to start a simulator or connect a device)To learn more about this boilerplate, go to full documentation
This project is released under the MIT License.
TheCodingMachine is a web and mobile agency based in Paris and Lyon, France. We are constantly looking for new developers and team leaders and we love working with freelancers. You'll find an overview of all our open source projects on our website and on Github.
Selected from shared topics, language and repository descriptionβnot editorial ratings.
iawaisrana /
A React Native project boilerplate for producing reliable applications.
Teczer /
β‘ Fast Expo App - React Native boilerplate CLI for rapid mobile app development. Instantly scaffold Expo projects with TypeScript, Nativewind, Unistyles, Expo Router, MMKV storage, React Query, Jest testing, and expo-dev-client. Features modular architecture, dark mode support, ESLint, Prettier, and automated setup
ToniDarodda /
A React Native template featuring Redux for state management, react-i18next for internationalization, React Query for data fetching, customizable UI components, and seamless navigation. Includes Axios for API management, WebSocket support, and a modular architecture for scalable mobile app development, not using Expo at all for performance purpose.
luca-montaigut /
A React Native project starter with Typescript, a theme provider with hook to easy styling component, a folder architecture ready and some configs to keep a codebase clean.
neoito-hub /
React Native Latest Architecture CLI along with a fully tested boilerplate, component/screen generators, and more! π
piashcse /
Expo Boilerplate built on RTK Query and Redux architecture to streamline React Native development. This boilerplate provides a scalable, maintainable, and production-ready setup for your mobile applications.