Home

Awesome

react-native-theme-example

Build Status

An example project uses react-native-theme

ios Theme Change

Setup

  1. Clone the repo
$ git clone https://github.com/apentle/react-native-theme-example.git
$ cd react-native-theme-example
  1. Install dependencies
$ npm install
  1. Running on Android
$ react-native run-android
  1. Running on iOS
$ react-native run-ios
  1. Running on Web

Looking for an online version here

Or build it your own:

$ npm run web

Then open file web.index.html on your browser!