An example app with all the UI components of NativeBase V3
NativeBase-KitchenSink can run of
Web
,iOS
andAndroid
.
iOS | Android |
---|---|
Web |
---|
- Clone and install packages
git clone https://github.com/nativebase/kitchensink.git
cd kitchensink
yarn
-
Run on iOS
- Opt #1:
-
yarn ios
-
- Opt #2:
-
yarn start
- Let the metro bundler start and your browser will open at
http://localhost:19002/
, Click onRun on iOS simulator
.
-
- Opt #1:
-
Run on Android
- Make sure you have an
Android emulator
installed and running - Opt #1:
-
yarn android
-
- Opt #2:
-
yarn start
- Let the metro bundler start and your browser will open at
http://localhost:19002/
, Click onRun on Android device/emulator
.
-
- Make sure you have an
-
Run on Web
- Opt #1:
-
yarn web
-
- Opt #2:
-
yarn start
- Let the metro bundler start and your browser will open at
http://localhost:19002/
, Click onRun in web browser
.
-
- Opt #1: