💠 A TouchBar VSCode Extension with common commands to react-native development
# clone repository
git clone https://github.com/lexmartinez/vscode-rn-touchbar.git
# open project folder
cd vscode-rn-touchbar
# install dependencies
yarn install
# copy extension to vscode extensions folder
cd .. && cp -r vscode-rn-touchbar ~/.vscode/extensions
This project is licensed under MIT License - see the LICENSE.md file for details