Modifying app.json post eject

Hi,

In my bare app, if I modify the app.json - how do I get it to update the Info.plist and Manifest files?

Do I need to delete and re-eject?

2 Likes

you can run expo eject again if you want, but depending on what you have changed in your project this might have undesirable results

Thanks Brent,

I gave it a shot and it did exactly what I wanted, good thing I stashed my changes :slight_smile: