Wednesday, 1 December 2021

Can I safely remove app.json in a ejected react-native project?

I have a react native project which I ejected and now I see I have config files(app.json and package.json) with lots of duplicate information, not to mention the underlying info contained in the iOS/android projects. Specifically I am talking about version, name, package name etc.

My question is do I need to keep both if I am not using the managed workflow?



from Can I safely remove app.json in a ejected react-native project?

No comments:

Post a Comment