Skip to content

Expo in Docker, so you can build your Expo app locally :)

Notifications You must be signed in to change notification settings

vittxr/expo_container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Docker commands

  1. Build the image
docker build -t expo .
  1. Run the container
docker run -it --name expo_container expo 

Create expo app

Inside container CLI, create your expo app:

npx create-expo-app StickerSmash --template blank
cd StickerSmash
npx expo install react-dom react-native-web @expo/metro-runtime

Build your app locally using:

eas build --platform android --local

References

About

Expo in Docker, so you can build your Expo app locally :)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published