Live data from Hacker News

React Native for Android

code.facebook.com

1–10 of 248 posts

Re: React Native for Android

#4
When porting a React Native app to android 85% of the iOS version was reused:

"At the time of shipping Ads Manager for Android, that approach yielded around 85 percent reuse of app code."

Re: React Native for Android

#6
The general feeling on HN is that it is better to focus on Native development on both platforms because Cordova hybrid apps have a overall bad user experience. Is this still the case with React Native or is it becoming the most effective option?

Re: React Native for Android

#8
post #6

The general feeling on HN is that it is better to focus on Native development on both platforms because Cordova hybrid apps have a overall bad user experience. Is this still the case with React Native or is it becoming the most effective option?

React Native apps compile into native apps. That is, no Cordova.

Re: React Native for Android

#9
Yes! I've been working with React-Native on a side project for a few weeks now. WHAT A GODSEND! Before this, I was using Titanium, which is heavy, slow, and difficult to integrate with. React-Native felt like home.

On a related note; Why is it up to Facebook to develop something like this? Why aren't Apple and Google making it this easy to develop apps? ObjC is a nightmare, 90% of apps out there don't need that level of control.

Post reply on HN