how to generate AndroidManifest.xml from a react-native app created with react-native init how to generate AndroidManifest.xml from a react-native app created with react-native init reactjs reactjs

how to generate AndroidManifest.xml from a react-native app created with react-native init


I am doing the same thing and had to hunt around for it, but after I did a react-native run-android I found that very file in the following folder: android > app > src > main.

enter image description here


React-native init generates this. It's easiest to find and manipulate this through android studio. If it doesn't create it... the process failed somewhere.