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

ListView with empty datasource is not keyboard tracking #23

Open thorbenandresen opened 7 years ago

thorbenandresen commented 7 years ago

hey @artald,

when I pass an empty array into the datasource of the ListView, that ListView (i.e. the underlying scroll component) will not be keyboard tracking.

I know that it worked before, but I can't pinpoint yet when/how it broke. I am currently using:

I don't know if this an actual issue. There are easy ways for us to work around it, so this is not a high priority.

Again, I see if I can provide a repro soon :)