This solves: https://forums.expo.io/t/rn-expo-build-for-android-tv/9403 and https://stackoverflow.com/questions/51707841/android-tv-app-shows-white-screen
"android": {
...
"intentFilters": [
{This solves: https://forums.expo.io/t/rn-expo-build-for-android-tv/9403 and https://stackoverflow.com/questions/51707841/android-tv-app-shows-white-screen
"android": {
...
"intentFilters": [
{| version: '3' | |
| services: | |
| redis: | |
| image: redis | |
| container_name: redis | |
| postgres: | |
| image: 'postgres' | |
| container_name: postgres |
| #!/bin/bash | |
| # Licence: GPLv3, MIT, BSD, Apache or whatever you prefer; FREE to use, modify, copy, no obligations | |
| # Description: Bash Script to Start the process with NOHUP and & - in background, pretend to be a Daemon | |
| # Author: Andrew Bikadorov | |
| # Script v1.5 | |
| # For debugging purposes uncomment next line | |
| #set -x |
| #!/bin/bash | |
| # vars | |
| PHP_VERSION="5.3.6" | |
| NGINX_VERSION="1.0.4" | |
| MONGO_VERSION="1.8.1" | |
| MEMCACHED_VERSION="1.4.5" | |
| DIRECTORY=$(cd `dirname $0` && pwd) | |
| PHP_DIR=$DIRECTORY/lib/php/$PHP_VERSION/ |