Skip to content

Learn how to add and remove VS Code Dependencies to a Docker image

We want to know how we can add or remove NPM dependencies in a Docker container to be used by React Native projects.

Adding the dependencies within VS Code:

  • Look in package.json and add the extension ID and paste it with the needed version to be used.
Edited by Dylan Nguyen