How can I clone an existing expo project to start my own project with a different name?

I have created a boilerplate for my team which includes some libraries that I prefer for development like ESLint, Flow and Redux which isn’t pre-configured. Now, instead of starting a new project every time, I’d prefer my team to use the boilerplate that I have created and import it in Expo XDE for their own projects. But, how do we rename the project without breaking any internal links associated with the project name? Thanks in anticipation.

If you rename things in your package.json and exp.json, you shouldn’t have any problems. If you run into issues though, please post back and we’ll try to help.

Awesome. I’ll try and let you know. Thanks for the help @dikaiosune