Live data from Hacker News

How I learned React Native in a weekend and shipped an app

vasir.net

1–10 of 36 posts

Re: How I learned React Native in a weekend and shipped an app

#5
post #3

You mentioned you previously shipped iOS apps. How was the Android integration with React Native? Is it easy for someone unfamiliar with Android dev environment to push to Play Store?

Yes, quite easy! I have very little android dev experience. Android integration was excellent, I had zero issues. It was easy to ship to the play store (faster and less painful than iOS. And if you need to modify something, you don't need to wait days to get it re-approved).

If you're playing "within the bounds" of what React Native provides, it's wonderful. If you're doing some fairly custom things you may need to drop down and write Native Modules ( https://facebook.github.io/react-native/docs/native-modules-... ), but the ecosystem is growing so fast that there are so many third party libraries that cover many of the custom things you'd want to do ( https://github.com/jondot/awesome-react-native )

Re: How I learned React Native in a weekend and shipped an app

#7

This is why we need mobile devices that run a full operating system and full browser. Missing features and incompatibility make mobile useless in many real-world cases. Why can't we just watch YouTube videos in Chrome on a mobile device?

You can if you fiddle with default apps to open a given link. It seems like those can get deleted on certain updates or at least that's happened to me before.

Re: How I learned React Native in a weekend and shipped an app

#9
post #5
post #3

You mentioned you previously shipped iOS apps. How was the Android integration with React Native? Is it easy for someone unfamiliar with Android dev environment to push to Play Store?

Yes, quite easy! I have very little android dev experience. Android integration was excellent, I had zero issues. It was easy to ship to the play store (faster and less painful than iOS. And if you need to modify something, you don't need to wait days to get it re-approved). If you're playing "within the bounds" of what React Native provides, it's wonderful. If you're doing some fairly custom things you may need to d…

thanks! this is really good news. I'm sort of in the same shoes as you. I work as an iOS developer and I wrote React for fun on the side.

Knowing how easy to is to ship to Android Studio is an added benefit.

Re: How I learned React Native in a weekend and shipped an app

#10

This is why we need mobile devices that run a full operating system and full browser. Missing features and incompatibility make mobile useless in many real-world cases. Why can't we just watch YouTube videos in Chrome on a mobile device?

I can watch YouTube in Firefox on Android, but I get a lot of dropped frames.
Post reply on HN