A sample app made using NativeBase 3.0. It displays how you can build beautiful apps using NativeBase's components.
Clone this Repository
git clone https://github.com/nativebase/task-manager-example.gitInstall Dependencies
cd task-manager-example# Using Yarn
yarn
# Using NPM
npm installyarn start
To start app directly on Web
yarn webTo start app directly on IOS
yarn iosTo start app directly on Android
yarn android