React Native v0.18.0 released

v0.18.0 on GitHub (npm) New features Use React from NPM - 5bf1f4c Support onLayout and onContentSizeChange attributes on ListView - 3cfcd40 Animated.multiply and Animated.add to combine animated values - 3eb32cb Cross platform PullToRefreshView componen

Read more

NBA iOS App built with React Native

This year we've seen a lot of good design and ideas implemented with React Native. Wang Zixiao's one is no exception. He followed some of his passions and put up an NBA iOS App. "This Is Why We Play" is NBA's motto. "This is why Code" is going to be ours for

Read more

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