{"id":20761239,"url":"https://github.com/vittxr/expo_container","last_synced_at":"2025-12-12T00:03:14.415Z","repository":{"id":248294270,"uuid":"826363807","full_name":"vittxr/expo_container","owner":"vittxr","description":"Expo in Docker, so you can build your Expo app locally :)","archived":false,"fork":false,"pushed_at":"2024-07-13T17:13:17.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T05:30:38.130Z","etag":null,"topics":["docker","eas-cli","expo"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vittxr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-09T15:06:59.000Z","updated_at":"2024-11-08T07:36:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"3c57a45c-0f5e-4442-907e-6589d0e1336a","html_url":"https://github.com/vittxr/expo_container","commit_stats":null,"previous_names":["vittxr/expo_container"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vittxr%2Fexpo_container","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vittxr%2Fexpo_container/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vittxr%2Fexpo_container/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vittxr%2Fexpo_container/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vittxr","download_url":"https://codeload.github.com/vittxr/expo_container/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243076603,"owners_count":20232438,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","eas-cli","expo"],"created_at":"2024-11-17T10:18:13.620Z","updated_at":"2025-12-12T00:03:14.385Z","avatar_url":"https://github.com/vittxr.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker commands\n\n1. Build the image \n\n```bash\ndocker build -t expo .\n```\n\n2. Run the container \n\n```bash\ndocker run -it --name expo_container expo \n```\n\n# Create expo app \n\nInside container CLI, create your expo app:\n\n```bash\nnpx create-expo-app StickerSmash --template blank\ncd StickerSmash\nnpx expo install react-dom react-native-web @expo/metro-runtime\n```\n\nBuild your app locally using:\n\n```bash\neas build --platform android --local\n```\n\n# References\n\n- [Local builds - EXPO](https://docs.expo.dev/build-reference/local-builds/)\n- [Docker builds](https://docs.docker.com/reference/cli/docker/image/build/)\n- [Docker containers](https://docs.docker.com/reference/cli/docker/container/run/)\n- [Copy files from local machine to docker container](https://stackoverflow.com/questions/40313633/how-to-copy-files-from-local-machine-to-docker-container-on-windows)\n- [Name docker container](https://docs.docker.com/engine/reference/run/#:~:text=Container%20identification,-You%20can%20identify\u0026text=You%20can%20also%20defined%20a,background%20and%20foreground%20Docker%20containers.)\n- [Disable git from eas-cli](https://expo.fyi/eas-vcs-workflow)\n- [Android Studio + flutter in docker](https://github.com/Deadolus/android-studio-docker)\n- [install-android-sdk.bash](https://gist.github.com/zhy0/66d4c5eb3bcfca54be2a0018c3058931)\n- [speed up gradle build time - Tim Roes](https://www.timroes.de/speed-up-gradle)\n- [libvirt-bin package was dropped in 18.10](https://askubuntu.com/a/1089849/1674603)\n- [build-properties - Expo](https://docs.expo.dev/versions/v49.0.0/sdk/build-properties/)\n- [Accept all sdk licenses](https://stackoverflow.com/questions/38096225/automatically-accept-all-sdk-licences)\n- [Create your first app - Expo](https://docs.expo.dev/tutorial/create-your-first-app/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvittxr%2Fexpo_container","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvittxr%2Fexpo_container","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvittxr%2Fexpo_container/lists"}