Skip to main content

Introduction

Welcome to the React Native Boilerplate documentation!

tom

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.

Don't forget !!

If you find value in this boilerplate, consider giving us a star. It would brighten our day like a ray of sunshine! 🌈☀️

Features

FeaturesDescription
Javascript or TypeScriptEvery 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!
NavigationWith 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 fetchingLeveraging TanStackQuery, data fetching has never been this effortless.
InternationalizationOur application is fully prepared for multilingual support, all thanks to React i18next.
Multi themingWithout any extra dependencies, we offer an easy-to-use and maintainable theme configuration
Safe synchrone storageWith React Native MMKV, storing data becomes a breeze, and it can be done securely.
EnvironmentThe 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.73.7): Used for building the native app with React.
  • React (18.2.0): Empowers the native app with React.
  • React Native MMKV (^2.12.2): A highly efficient and compact mobile key-value storage solution.
  • React Navigation (^6.1.17): Handles routing and navigation within the app, featuring a default splash screen setup.
  • TanStack Query (^5.31.0): Facilitates data fetching.
  • Ky (^1.2.4): Used for making HTTP requests.
  • React i18next (^14.1.0): Manages internationalization within your app.
Just for you

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! 🚀