Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 886 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 886 Bytes

Native base example

3 branches with an example on how to use native base, an example on how to use your own theme in native base and a whatsappClone example using native base.

How to run it

$ git clone https://github.com/HackersYacht/nativebaseExample.git
$ cd nativebaseExample
$ npm install
$ react-native run-android

Switch to the 2nd example: native base with your own theme

$ git checkout whatsappThemed
$ react-native run-android

Switch to the 3rd example: whatsappClone

$ git checkout whatsappClone
$ react-native run-android

App Screenshots