New app updating older app's code after publishing?

I’ve developed & uploaded an app with different name & package to play store. But when I created a new project with different name & package it’s updating the code of older app. Why? How to tell expo this is a new project.
package & names are different then why?

Hi, did you change all references to the old app in the app.json and package.json ?

Yeah Actually this is given in the cli help. We’ve to use expo xde of exp init for creating the app. I was using crna.

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