Node + Yarn + React Native + Expo + WatchMan
186
1 - Container creation
docker run -it -p 19000:19000 -p 19001:19001 -p 19002:19002 -v << YOUR_LOCAL_DIRECTORY >>:/app felipesc/reactnative /bin/bash
2 - Exporting host IP
export REACT_NATIVE_PACKAGER_HOSTNAME=<< LOCALHOST_IP >>
3 - Creating the project cd /app expo init << YOUR_PROJECT_NAME >>
4 - Starting the project cd << YOUR_PROJECT_NAME >> expo start
Content type
Image
Digest
Size
535.9 MB
Last updated
almost 8 years ago
docker pull felipesc/reactnative