Skip to content

nativebase/flat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d993fba · Mar 16, 2021

History

23 Commits
Feb 2, 2021
Feb 2, 2021
Feb 5, 2021
Feb 8, 2021
Feb 8, 2021
Feb 2, 2021
Feb 8, 2021
Mar 16, 2021
Feb 2, 2021
Feb 2, 2021
Feb 8, 2021
Feb 8, 2021
Feb 2, 2021
Feb 2, 2021

Repository files navigation

Flat App

A sample app made using NativeBase 3.0. It displays how you can build beautiful apps using NativeBase's components.

Getting Started

Clone this Repository

git clone https://github.com/nativebase/flat-app.git

Install Dependencies

cd flat-app
# Using Yarn
yarn

# Using NPM
npm install

Running the Application

yarn start

  • To start app directly on Web

    yarn web

  • To start app directly on IOS

    yarn ios

  • To start app directly on Android

    yarn android