This is a fork of MaximeD,s docker-react-native, which in turn was forked from gilesp's react_native.
Clone and image build:
> git clone https://github.com/sunwukonga/docker-expo.git
> cd docker-expo
> docker build -t expo .
Next you will need to have the two scripts available in your path. For example you can edit your .bashrc
and add:
export PATH="$HOME/docker-expo:$PATH"
Note: CaptainObviousTip --> don't forget to replace $Home with your actual home directory.
Within docker-expo directory of host:
git clone https://github.com/sunwukonga/BBB.git
Connect to and enter docker container
> cd BBB
> expo-container.sh
You'll need your expo login credentials to do this.
dev> npm install
dev> exp start