react-native-safe-area-context
react-native-safe-area-context copied to clipboard
Document AndroidManifest Configs
Document configs that may need to be turned on for this library to work as expected
https://developer.android.com/guide/topics/manifest/activity-element
@jacobp100 What about windowSoftInputMode? What value should it have to work correctly with this lib?
In my case, it's: android:windowSoftInputMode="adjustResize"
I don't have an answer for you - I've not worked on Android for a few years