Dark Matter
Dark Matter

Reputation: 489

How to properly move a React Native project to a new directory?

Whenever I move my React Native projects they never seem to work in the new directory. I am using npx react-native run-android to run but the build always fails. This time I am getting :mergeDexDebug FAILED even though I have enabled multiDex. So, how should I move the project to a new directory?

Upvotes: 1

Views: 629

Answers (1)

thenewsupercell
thenewsupercell

Reputation: 19

You could upload it to github, delete where it is on your local device, then git clone it in the place that you want.

Upvotes: 1

Related Questions