Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16750

How to disable metro bundler "auto pop-up"

$
0
0

When building react native apps metro bundler automatically pops up on new terminal window (if it is not running already).

ProblemWhen configuring CI tool (Jenkins), for beta and release deployments, this behavior is blocking, because we want to setup 2-3 different applications and if one instance of Metro Bundler was opened before, other application build with fail.

I've checked all "Run Script" phases on XCode project. There isn't any script which opens Metro Bundler.

Does we really need metro bundler server if configurations is not debug? If no, then how to disable it on during release builds.

Thanks.


Viewing all articles
Browse latest Browse all 16750

Trending Articles