DEV Community

Discussion on: My Thoughts on React Native

Collapse
 
restoreddev profile image
Andrew Davis

I agree with all your points. As popular as React Native is, I was surprised that it doesn't support some of the native code Apple provides like UITableViewController and UISearchController. I tried to use RN, but got frustrated with the lack of native components. It seems like everyone is just making custom UIViews in RN. I came to the same conclusion that you did, that native development is still necessary and preferred.