Edit android manifest without escaping

Is it possible to set the property android:windowSoftInputMode="adjustPan" (AndroidManifest.xml) in expo without escaping?

I’m not able to figure out how to change to “adjustPan” either. I found one search result on github but its not working - Sign in to GitHub · GitHub

Does this work for you?

No my IDE also shows a warning, that this property is not allowed.

It may not be possible. This guy asked as well but for adjustResize - How to set android:windowSoftInputMode = "adjustResize"in Android Manifest file? - it seems its just defaulted.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.