Hello!
I’m new to Docker and wanted to understand if this would be a good use case for using docker.
Scenario:
My plan is to create a react native development environment for a team. The environment should be capable of developing for web, ios and andorid devices. However I need emulators to see development process for android and ios devices. Is there a point of creating multiple containers to see the development process for all the device types or should I just develop it on host machine where i have the emulators?
This is a general question because i tried to set up this environment and it was very slow, possibly i’m doing something wrong but wanted to know if there is even a point of trying to achieve this type of set up.