Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 645 Bytes

README.md

File metadata and controls

67 lines (44 loc) · 645 Bytes

React Native Comics Viewer

xkcd-comics-viewer is an awesome way for you to watch comics all day long. Thanks for https://xkcd.com/ for sharing their API.

Table of contents

Install

Clone this repository

git clone https://github.com/ptakpatryk/xkcd-comic-viewer.git

Install dependencies

npm install

or

yarn

Usage

Run the app

npm run start

or

yarn run start

Develop the app for iOS

npm run ios

or

yarn run ios

Develop the app for Android

npm run android

or

yarn run android