An example app with all the UI components of NativeBase
NativeBase-KitchenSink comes in four forms of app for you!
- Pure React Native App with
react-navigationon branch master- Pure React Native App with
RNRFon branch RNRF- An Expo app with
CRNAandreact-navigationon branch CRNA- A React App with
NativeBase for webon branch web-support
Find the installation guide in
ReadMeof appropriate branches
https://expo.io/@geekyants/nativebasekitchensink
| iOS | Android |
|---|---|
![]() |
![]() |
This project was bootstrapped with Create React Native App.
Below you'll find information about performing common tasks. The most recent version of this guide is available here.
- Clone and install packages
git clone git@github.com:GeekyAnts/NativeBase-KitchenSink.git
cd NativeBase-KitchenSink
git checkout CRNA
yarn
-
Run on iOS
- Opt #1:
- Run
npm startin your terminal - Scan the QR code in your Expo app
- Run
- Opt #2:
- Run
npm run iosin your terminal
- Run
- Opt #1:
-
Run on Android
- Opt #1:
- Run
npm startin your terminal - Scan the QR code in your Expo app
- Run
- Opt #2:
- Make sure you have an
Android emulatorinstalled and running - Run
npm run androidin your terminal
- Make sure you have an
- Opt #1:

