react-native-native-listview icon indicating copy to clipboard operation
react-native-native-listview copied to clipboard

High-performance native iOS/Android ListView component for React Native

Results 11 react-native-native-listview issues
Sort by recently updated
recently updated
newest added

What is this library's license? Do you plan to open source this library? Thanks!

just like this ![enter description here][2] [2]: http://om2bpqram.bkt.clouddn.com/1501743545497.jpg

On Android version 5.0 (on Asus ZenFone 2), running the provided example results in rows not being rendered at times (either at the beginning of the list or anywhere in...

Hi, I have an issue , when i have an array of object, the rowID return -1 . do you know why ? You can see an example of the...

Hi @asciiman! I did same iOS realisation by @talkol article, some times ago. And I have some questions about yours. Why you use observer instead setter for `numRows`? https://github.com/asciiman/react-native-native-listview/blob/master/ios/RNNativeListview.m#L54, in...

hi I'm using react-native-router-flux and your module listview. i have an issue when moving from the page where the listview is to another page. my application crash instantly. *** Terminating...

If you set any value for `alignItems` for the `container` the layout breaks on both ios and android. ![screen shot 2017-02-21 at 10 08 05](https://cloud.githubusercontent.com/assets/406409/23158064/f7d39e4c-f81d-11e6-849e-0f728c6279d6.png) ![screen shot 2017-02-21 at 10...