Andr3wHur5t / react-native-keyboard-spacer

Plug and play react-native keyboard spacer view.
MIT License
1.56k stars 219 forks source link

ScrollView is cut off during the animation duration #54

Open rcorrie opened 7 years ago

rcorrie commented 7 years ago

My component layout looks like this:

<View>
     <ScrollView> ... </ScrollView>
     <MessageInput />
     <KeyboardSpacer />
</View>

It looks like the children inside the ScrollView get cut off while the KeyboardSpacer is sliding up.

Here is a gif

jun-19-2017 09-56-51