用QT和用React native 进行移动端开发的优劣

最近打算转战移动端的开发,会有ios,Android和wp版本,不想在各个平台下各个开发,于是了解了QT和React native这两种跨平台的方法,想问下移动开发的大神,孰优孰劣

http://programmers.stackexchange.com/questions/88685/why-arent-more-desktop-apps-written-with-qt/88689
http://www.reactnative.com/a-deep-dive-into-react-native/

ScrollView、ListView在RN中就是渣。1000条数据如何?卡不卡?再怎么性能优化也是白搭!
还是需要用原生重新造一个好的轮子,比如《[url=https://my.oschina.net/droidwolf/blog/750479]react native Android 真正回收复用 RecyclerView/ListView[/url] 》