Run exp start on another port

The default port when we run exp start --lan is 19000. When i stop this exp and run another exp for another project, it may leads some error. So i want to run each project in specific port. My question is how to choose port to run exp start --lan (command line, not expo xde) :smiley:

2 Likes

Hi @huylv177! This is an undocumented feature and might change in the future, but for now you can create an .exprc file in your project root with

{
  "manifestPort": valid port number
}
5 Likes

Yeah, its work, thank you so much :smiley:

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.