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-navigation
on branch master- Pure React Native App with
RNRF
on branch RNRF- An Expo app with
CRNA
andreact-navigation
on branch CRNA- A React App with
NativeBase for web
on branch web-support
Find the installation guide in
ReadMe
of appropriate branches
iOS | Android |
---|---|
- Clone and install packages
git clone [email protected]:GeekyAnts/NativeBase-KitchenSink.git
cd NativeBase-KitchenSink
yarn
react-native link react-native-vector-icons
-
Run on iOS
- Opt #1:
- Open the project in Xcode from
ios/NativeBase-KitchenSink.xcodeproj
- Click
run
button to simulate
- Open the project in Xcode from
- Opt #2:
- Run
react-native run-ios
in your terminal
- Run
- Opt #1:
-
Run on Android
- Make sure you have an
Android emulator
installed and running - Run
react-native run-android
in your terminal
- Make sure you have an
Another major project by us is BuilderX, a screen design tool which codes React Native for you.