I am trying to build a basic react native app with expo...The problem I am facing is that all the components are getting lifted when i try using the keyboard.. I searched for my problem on stack overflow and i found this answer which suggests changing
windowSoftInputMode="adjustResize"
in AndroidManifest.xml to this:
windowSoftInputMode="adjustPan"
But the problem is that I can't find AndroidManifest.xml in my expo react native app... How and where should I add this file?