https://github.com/locksten/rn-television
https://github.com/locksten/rn-television
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/locksten/rn-television
- Owner: locksten
- Created: 2022-01-11T00:41:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-17T17:16:17.000Z (over 4 years ago)
- Last Synced: 2025-03-04T13:45:03.261Z (over 1 year ago)
- Language: TypeScript
- Size: 3.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```