Introduction
Welcome to the React Native Boilerplate documentation!
This React Native template project is here to jumpstart your mobile app development journey. What makes it stand out? Its simplicity, lightweight nature, and scalability.
We've crafted it on a sturdy foundation to ensure easy maintenance, without forcing you into a web of unnecessary dependencies.
Our main goal in designing this boilerplate was to keep things simple and focus on the core principles of React Native, all while maintaining a clear separation of concerns.
If you find value in this boilerplate, consider giving us a star. It would brighten our day like a ray of sunshine! 🌈☀️
Features
Features | Description |
---|---|
Javascript or TypeScript | Every project, developer, team, and experience is unique. That's why you have the freedom to select either a JavaScript or TypeScript codebase. The choice is yours! |
Navigation | With React Navigation, we offer a swift start to your navigation structure through a robust dependency. Check out the details in our navigation structure documentation. |
Data fetching ️ | Leveraging TanStackQuery, data fetching has never been this effortless. |
Internationalization | Our application is fully prepared for multilingual support, all thanks to React i18next. |
Multi theming | Without any extra dependencies, we offer an easy-to-use and maintainable theme configuration |
Safe synchrone storage | With React Native MMKV, storing data becomes a breeze, and it can be done securely. |
Environment | The app comes pre-installed with all the necessary tools for handling simple environment variables |
Dependencies
As previously mentioned, this boilerplate is intentionally designed to be straightforward and lightweight, steering clear of unnecessary dependencies. It relies on the following key dependencies:
- React Native (0.76.1): Used for building the native app with React.
- React (18.3.1): Empowers the native app with React.
- React Native MMKV (^3.1.0): A highly efficient and compact mobile key-value storage solution.
- React Navigation (^6.1.18): Handles routing and navigation within the app, featuring a default splash screen setup.
- TanStack Query (^5.59.8): Facilitates data fetching.
- Ky (^1.7.2): Used for making HTTP requests.
- React i18next (^15.0.2): Manages internationalization within your app.
This boilerplate comes complete with an example that demonstrates everything from UI components to business logic, showcasing fake user data. We've made it easy for you to remove this example if it doesn't align with your project requirements, ensuring it won't hinder your progress.
Updates
This boilerplate will stay in sync with the latest React Native releases as soon as the libraries and tools used here become compatible.
Now, prepare yourself for an exhilarating journey with this React Native boilerplate! 🚀