How to recover Android & IOS folder in react native.?

By admin , 24 December, 2021

Solution 1(Quick and simple)

  • On a different location creating a new application by using command below but keep in mind project name should be identical otherwise build failded

             npx react-native init AwesomeProject

  • Copy android/ios folder manully and paste into your project.
  • Start building the project