You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2018. It is now read-only.
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 my code https://github.com/savelichalex/Souptitle/blob/master/apps/mobile/ios/STTableView.m#L58-L61. Also what you think about add some features like ListView direct scrolling https://github.com/savelichalex/Souptitle/blob/master/apps/mobile/ios/STTableView.m#L48-L51 and alsoonScroll
event https://github.com/savelichalex/Souptitle/blob/master/apps/mobile/ios/STTableView.m#L142-L150 ?The text was updated successfully, but these errors were encountered: