Skip to content

ScrollView和FlatList的高阶函数,避免键盘遮挡底部元素

Notifications You must be signed in to change notification settings

bystep15/react-native-avoid-keyboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

react-native-avoid-keyboard

ScrollView和FlatList的高阶函数,避免键盘遮挡底部元素

基于React Native的KeyboardAvoidingView源码改写。

文档中的relativeKeyboardHeight、onKeyboardChange、onLayout三个方法在KeyboardAvoidingView源码中不一致,其中onLayout会直接覆盖内部的方法。

为了使用方便,将其改写为常用的ScrollView和FlatList的高阶函数。

About

ScrollView和FlatList的高阶函数,避免键盘遮挡底部元素

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published