How I learned React Native in a weekend and shipped an app
1–10 of 36 posts
Re: How I learned React Native in a weekend and shipped an app
#2Re: How I learned React Native in a weekend and shipped an app
#3Is it easy for someone unfamiliar with Android dev environment to push to Play Store?
Re: How I learned React Native in a weekend and shipped an app
#4Why can't we just watch YouTube videos in Chrome on a mobile device?
Re: How I learned React Native in a weekend and shipped an app
#5You 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?
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
#6Re: How I learned React Native in a weekend and shipped an app
#7This 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?
Re: How I learned React Native in a weekend and shipped an app
#8Re: How I learned React Native in a weekend and shipped an app
#9You 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…
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
#10This 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?