expo reloads my previous react app

first time when I prepare a fresh App, It runs finely. But when I try to make another project and run it on expo it again reloads previous app .

It may be the case that you are running two packager servers on different ports and keep loading the old project. Make sure you close all running instances of expo cli and try again.

i have already closed that project i have tried npm - eject and even deleted the project but it didnt helped. Can you tell me how close that instance of expo cli?

Kill the task with task manager

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