KeyboardAvoidingView not Working Properly

前端 未结 14 2386
悲&欢浪女
悲&欢浪女 2020-12-02 08:51

KeyboardAvoidingView not Working Properly

I am trying to use the KeyboardAvoidingView with behavior="padding".

For some reason, when I

14条回答
  •  情话喂你
    2020-12-02 09:34

    If you are using react-navigation, this is affected by the header of the react-navigation. The height of the header is vary on different mobile screen. So you have to get the height of the header and pass into the keyboardVerticalOffset props.

    import { Header } from 'react-navigation-stack';
    
    
    
      
        
        
        
        
        
        
       
    
    
    

提交回复
热议问题