Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 359 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 359 Bytes

Challenge-Task

A simple app to read contacts and add them to your favorite list

Installation

Follow React Native Docs to install and run app

npm install
cd ios && pod install && cd ..

Android

react-native run-android

iOS - Run on Xcode

react-native run-ios