Andr3wHur5t / react-native-keyboard-spacer

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

Animation not Firing #12

Closed nitsujri closed 8 years ago

nitsujri commented 8 years ago

Thanks for this great plugin.

I'm having trouble making the animation happen and was wondering if you could help point me in the right directly.

Currently, the <KeyboardSpacer /> takes up physical height on keyboardWillShow event, but the window doesn't animate towards it.

Any thoughts? Thanks!

React Native 0.22.0 iOS 9.1, iPhone 5s (test only)

Andr3wHur5t commented 8 years ago

Could you provide additional context on what the window is in this scenario?

Also make sure the keyboardSpacer is at the bottom of your view hierarchy.

Andr3wHur5t commented 8 years ago

Closing for lack of activity.

rubengt01 commented 7 years ago

I am seeing this too. It is changing the height but without an animation. My View hierarchy is:

View // Root

Andr3wHur5t commented 7 years ago

@rubengt01 what device are you seeing this on?

rubengt01 commented 7 years ago

Iphone 6 & Iphone 5s. BUT: Good news! I upgraded react-native from 0.38 to 0.39.2 and now it is working great. Thanks for your quick reply.