An open API service indexing awesome lists of open source software.

https://github.com/locksten/rn-television


https://github.com/locksten/rn-television

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          





# Running
Scan [Expo Go QR code](https://expo.dev/@locksten/rn-television) (Android only)

OR

Put a [TMDB API Read Access Token (v4 auth)](https://developers.themoviedb.org/4/getting-started/authorizatio) in a `.env ` file in the project root

```
TMDB_ACCESS_TOKEN=token
```

Run

```
npm install --global expo-cli
yarn install
yarn start
```