Awesome
react-native-theme-example
An example project uses react-native-theme
Setup
- Clone the repo
$ git clone https://github.com/apentle/react-native-theme-example.git
$ cd react-native-theme-example
- Install dependencies
$ npm install
- Running on Android
$ react-native run-android
- Running on iOS
$ react-native run-ios
- 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!