ReactNativeUtil icon indicating copy to clipboard operation
ReactNativeUtil copied to clipboard

androidmanifest配置

Open wuyunqiang opened this issue 7 years ago • 0 comments

横竖屏 文字遮挡

   android:screenOrientation="portrait"
   android:windowSoftInputMode="adjustPan"
   android:configChanges="keyboard|keyboardHidden|orientation|screenSize"

wuyunqiang avatar Nov 17 '17 09:11 wuyunqiang