wix-incubator / react-native-keyboard-input

Use your own custom input component instead of the system keyboard
MIT License
819 stars 150 forks source link

Changing orientation doesn't update input #49

Closed diegolmello closed 6 years ago

diegolmello commented 6 years ago

Hey, guys. Take a look at this gif.

apr-26-2018 10-45-57

As you can see, message box input keeps the same width after orientation changes. I tried this.forceUpdate()with no luck :(

Can you help me?

artald commented 6 years ago

Hi @diegolmello,

I'll try to look into it this week. It's most likely some flex issue in the JS styles.

artald commented 6 years ago

sorry about the delay. a fix is now available in v5.2.3.

diegolmello commented 6 years ago

@artald Thanks, man. Awesome job!