Overview

React Native Starter UI Kit - Kickstart your next project!

Demo

You can view the app by visiting this link: https://expo.io/@sergeships/starter-ui-kit

Or scanning this QR code on Android:

Prerequisites

  • Node.js > 8

  • npm

  • Android Studio for Android

  • XCode for iOS

Installation

From the terminal, navigate into the root folder of the theme. There, run npm install

Running the development server

This project is made using Expo which is a React Native "set of tools, libraries and services you can use to build native iOS and Android apps". If you want to know more about Expo, you can visit their page.

You can connect your own android or iOS device to your PC, use an emulator or scan a QR code through the Expo App to get up and running the app, it will also auto-reload as soon as you make changes on the code.

To run the development server you can execute this command in the root directory of the project: npm start. This will open a new tab on your browser. The most easy way to run the app for me is to download the Expo App and scan the QR code. If you want to know more about this, you can visit this page.

Publishing

If you just want to build the app and publish it on a marketplace you can follow this guide.

Support & Feedback

We are very receptive to feedback and eager to help, you can write to us at:

  • react-native-starter-ui-kit [at] tryburner.email

Last updated