How to instantiate expo project in existing git repository?

I’ve already a repository which is not expo initiated, while I want to create an expo app in the different branch. I infer I just need to add up the same files when we initiate an expo project.

It might be easiest to run git init in a temporary place outside of your Git repository and then move the files into the Git repository.

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