Mega Bundle Sale is ON! Get ALL of our React Native codebases at 95% OFF discount đŸ”„

React Native Starter Kit

Free React Native template to bootstrap your app development

  • Full Source Code and Documentation
  • Free Lifetime Updates
  • Customer Support
  • Optimized for both iOS and Android
  • Money Back Guaranteed
Mega Bundle Sale is ON! Get ALL of our React Native codebases at 95% OFF discount đŸ”„

Start a New React Native App in 2 Minutes

Download our open-source React Native project to save a few days of development

Launch Instantly

Save years of hard work and energy by starting with a high-quality implementation.

Save Money

Save hundreds of thousands of dollars in design, development and management costs.

Scale to Millions

Scale to millions of users from day 1 with code written by former FAANG developers.

What's Included

  • React Native Starter Kit

    You get the full codebase, running on both iOS and Android.

  • UI Screens & UX

    Our codebase contains the fully coded UI & UX, including animations, navigation and layout.

  • Backend Integration

    This React Native starter kit is integrated with Firebase Auth, Storage and Firestore.

  • Github Project

    You get access to our open-source Github project.

  • Support

    Get support from our developers in case anything comes up while following the documentation.

  • MIT License

    Use this project without license restrictions.

React Native Starter Kit - Previews

Features That Will Blow Your Mind

  • User Management with Firebase Auth
  • E-mail/Password Registration
  • Login with Facebook
  • Signin with Apple
  • Logout
  • Firebase Firestore Integration
  • Persistent Login Info (“Remember password”)
  • Reset Password
  • Dark Mode & Theming
  • Highly customizable code
  • Optimized for both iOS and Android devices

The best codebase to start your next mobile project.

What Our Clients Are Saying

Speed & Costs

Instamobile's codebase proved to be incredible. We built our solution in just a matter of days. This was a project estimated to 15 months by several development teams we discussed with. It's insane how much money and time it saved us!

David Falkman

CODE QUALITY

I'm really impressed by how well organized the code is. It's relatively easy to add new components and stuff. I'm a newcomer with React Native and it was easy to understand the code. The integration with Firebase is amazing, the app works really fast.

José Ruiz

APP PERFORMANCE

Overall, it's remarkable. The code is amazingly clean and well-written -- super elegant. I learned about a lot of performance optimizations that I was not familiar with, such as video compression, memoization, and disk caching. The app is crazy fast!

Nicholas Besyk

More Details About React Native Starter Kit

Start a React Native app in two minutes

Download our free react native starter kit to bootstrap the start of your app development. Don't reinvent the wheel! Instead, jump straight into the action, by focusing on your core features, rather than rewriting the boilerplate code of user onboarding. This react native boilerplate app enables mobile developers to start their react native app from scratch with a wide range of popular features around user registration and login, as well as popular SDK integrations, such as Firebase and Facebook.

Instructions


  • Unarchive the downloaded .zip
  • Go to Firebase.com and create your own account and a project
  • In Firebase Console, create your own Android App and iOS App
  • Download the google-services.json file from your Firebase Console, and place it in the android folder of the starter kit (override the existing one)
  • Download the GoogleService-Info.json file from your Firebase Console, and place it in the ios folder of the starter kit (override the existing one)
  • Open a Terminal, locate the starter kit folder (where the package.json file is) and run
    yarn install && react-native run-android