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

Jodi Parker picture Jodi Parker · Jul 12, 2017 · Viewed 19.2k times · Source

I used react-native init to create my react application. I'm trying to tie in auth0 and auth0 documentation is saying I need something from the androidManafest.xml. The problem is that the react-native init didn't create "android/app/src/main/AndroidManifest.xml " during the process. How does this get created and tie into my react-native app?

Answer

Sara Inés Calderón picture Sara Inés Calderón · Jul 21, 2017

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