-1

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

  • Does this help? https://stackoverflow.com/questions/42506068/how-can-i-regenerate-ios-folder-in-react-native-project – MaatMa Jan 10 '23 at 12:14

1 Answers1

-1

If you create Expo project then two way to run app on android and ios

#1 For using expo. your project directory, run expo start

#2 From your project directory, run expo eject Now have a native project with ExpoKit! now run npx react-native run-android/ios