1.0.0-alpha2 • Published 1 year ago

ac-native-tv-boillerplate-ts v1.0.0-alpha2

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

NPM

To use this template

npx create-expo-app -t ac-native-tv-boillerplate-ts

To run on Android TV

  1. yarn prebuild:android
  2. yarn android

EAS Build for Testing

If you don't have eas-cli, you need to install first:

npm install -g eas-cli

then

eas build --profile preview --platform android

Environment variables

Development

Create .env file or you can rename .env.example file as .env.

Production

Variables from .env will not be loaded upon production build with eas build.

In order to add environment variables, you need to use eas secret:create command. https://docs.expo.dev/build-reference/variables/#adding-secrets-with-eas-cli

Expo issues and solutions

Reference Links