This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |