No more dependencies using vscode and docker
📱❤️🐋
- Install docker within the preferred operating system.
- Open vscode and install remote development plugin typing
Ctrl + P
and pastingext install ms-vscode-remote.vscode-remote-extensionpack
. - Clone this repository:
git clone git@github.com:hardenerdev/reactnative-template.git
- Open directory in container using
Ctrl + P
, chooseDev Containers: Open Folder in Container...
and open repository folder. - Run an Android emulator using android studio
- Open a terminal inside vscode (
Ctrl + Shift + `
) and execute the following command
npm run android
📱❤️🐋