Home > Enterprise >  React native Android Folder Is Missing
React native Android Folder Is Missing

Time:01-10

See this image I am Unable to find the Android File in My react native Project folder. i want to Turn my project in to the .APK but without the Android folder i am unable to do it. would anyone help?

i have tried to Install the andoird sources in MY PROJECT by using $ npm install react-native android

CodePudding user response:

can u try react-native-android.. i am newbie but i think you forget "-".

 npm install react-native-android 

CodePudding user response:

As you reference image show you create project in expo and when you create a project in expo you don't have see any android and ios folder so use expo command for run app otherwise enject android and ios folder then run

  • Related