Regenerate ios and android folder in React Native Project
1 min readApr 22, 2020
Delete ios and android folders.
Inside your project directory.
npx react-native init YourProjectName
mv YourProjectName/ios ios
rm -rf YourProjectName
Delete ios and android folders.
Inside your project directory.
npx react-native init YourProjectName
mv YourProjectName/ios ios
rm -rf YourProjectName
Don’t follow me. I wrote junks here. Follow me on Twitter instead.