Skip to content
🚀 A React Native boilerplate app to get you up and running very, very quickly 🚀
JavaScript Ruby Java Objective-C Other
Branch: master
Clone or download

Latest commit

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github README format, expo publish (RNBB Bot) Jun 9, 2020
android Update jest snapshots on build (RNBB Bot) May 22, 2020
documentation Improve RN deploy readme (RNBB Bot) Mar 10, 2020
fastlane Update RN Fastfile (to use .xcworkspace) (RNBB Bot) Mar 10, 2020
ios Fix extra line lint error (RNBB Bot) Jun 15, 2020
native-base-theme Update jest snapshots on build (RNBB Bot) May 22, 2020
src Fix extra line lint error (RNBB Bot) Jun 15, 2020
.buckconfig Init v4 from builder Feb 21, 2020
.editorconfig Init v4 from builder Feb 21, 2020
.eslintrc.js Init v4 from builder Feb 21, 2020
.flowconfig Update jest snapshots on build (RNBB Bot) May 22, 2020
.gitattributes Init v4 from builder Feb 21, 2020
.gitignore Init v4 from builder Feb 21, 2020
.prettierrc.js Init v4 from builder Feb 21, 2020
.watchmanconfig Init v4 from builder Feb 21, 2020
App.js Init v4 from builder Feb 21, 2020
ISSUE_TEMPLATE.md Init v4 from builder Feb 21, 2020
LICENSE "Update licence" Mar 3, 2020
README.md README format, expo publish (RNBB Bot) Jun 9, 2020
app.json Init v4 from builder Feb 21, 2020
babel.config.js Init v4 from builder Feb 21, 2020
index.js Init v4 from builder Feb 21, 2020
metro.config.js Init v4 from builder Feb 21, 2020
package.json Fix extra line lint error (RNBB Bot) Jun 15, 2020
yarn.lock Fix extra line lint error (RNBB Bot) Jun 15, 2020

README.md

React Native Starter Kit

React Native App

builds license

What is this?   —   Usage   —   Docs   —   Need help?



Looking for something else?


👋 Intro

This project was bootstrapped with the React Boilerplate Builder by Matt McNamee.

The project is super helpful to kick-start your next project, as it provides a lot of the common tools you may reach for, all ready to go. Specifically:


🚀 Getting Started

# Install dependencies
yarn install && ( cd ios && pod install )

iOS

# Start in the iOS Simulator
npx react-native run-ios --simulator="iPhone 11"

Android

# Start in the Android Simulator
#  - Note: open Android Studio > Tools > AVD > Run a device
#  - Example device specs: https://medium.com/pvtl/react-native-android-development-on-mac-ef7481f65e47#d5da
npx react-native run-android

📖 Docs


👊 Further Help?

This repo is a great place to start. But...if you'd prefer to sit back and have your new project built for you or just need some consultation, get in touch with me directly and I can organise a quote.

You can’t perform that action at this time.