Skip to content

francisbrito/react-native-contact-list-app

Repository files navigation

Contacts App

A clone of Android 8.1.0's contacts app.

Screenshot

System requirements

  • Node.js 8+

Setup

If using npm

$ npm install -g react-native-cli

If using yarn

$ yarn global add react-native-cli

That should install react-native as a globally accessible binary.

Building

$ git clone [email protected]:francisbrito/react-native-contact-list-app.git
$ cd react-native-contact-list-app

If using npm:

2a.

$ npm install
$ npm start

2b. yarn

$ yarn install
$ yarn start

Then, in another terminal, do:

$ react-native run-android

Deploying

Pending.