Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 577 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 577 Bytes

Codeship Status for arnif/sonarr-native

Sonarr Native

A react native app for Sonarr

Instructions

Prerequisites

Setup

npm install

or if yarn is more your thing:

yarn install

Then just run react-native run-ios or react-native run-android for the respective platform

Lint

npm run lint