Let's fetch some fresh data for our React Native Apps
One of the basic concept for any modern App is Networking. In your React Native Apps you're going to be provided with some alternatives, but here we'll boil them down to a single one, let's go through them. XMLHttpRequest React Native implements this polyfil …
Read moreGetting started with React Native and Redux
It's that time of the year again: you've got some time on your hands and want to learn something. You have been waiting so long, now you're cozy and finally ready for writing Native Apps with JavaScript. React Native welcomes you. There's only one thing that …
Read moreWhy React Native is Better than Native for Your Mobile Application
If you missed Rangle.io's Webinar about React Native, here's its video. Topics covered: How React Native is an extension of hybrid, enabling you to use the best of Flexbox and CSS. How React Native uses polyfills to leverage the best of the web while gettin …
Read moreBuild and publish React Native apps without installing Xcode
In the past ten months you started get acquainted in seeing less Objective-C/Swift/Java and more JavaScript when building your apps. Over time, with some homework, you might have automated your publishing workflow, just to forget about it and update your app b …
Read moreReact Native v0.17.0 released
v0.17.0 on GitHub (npm) High-level changes Added Android WebView 8cd7730 New Alert API that works both on iOS and Android 3a3af8a Exposed navigator.product for detecting the React Native in javascript. Note to webpack users: due to a .json file being req …
Read more