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 more

Getting 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 more

Build 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 more

React 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