Skip to content

Instantly share code, notes, and snippets.

View IxyzDev's full-sized avatar
🧑‍🎓
Learning and working

Kevin Díaz Cantillano IxyzDev

🧑‍🎓
Learning and working
View GitHub Profile
@IxyzDev
IxyzDev / .env.example
Created January 7, 2025 00:31
Dockerize React Native TS App
# Variables comunes
REACT_NATIVE_PACKAGER_HOSTNAME=192.168.0.7 # Host para el Packager de React Native
# Puertos para desarrollo
DEV_PORT_METRO_BUNDLER=19000 # Puerto principal del Metro Bundler
DEV_PORT_WEBSOCKET=19001 # WebSocket para depuració
DEV_PORT_TUNNEL=19003 # Puerto del túnel de Expo
DEV_PORT_MANIFEST=19002 # Puerto del manifiesto de Expo
DEV_PORT_DEVTOOLS=19006 # DevTools de Expo