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 moreNBA 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 moreA React Native starter app with a single code base for iOS and Android, using Redux and Immutable
Whenever you feel ready to test your React Native and Redux progress, then head straight to Barton Hammond's Snowflake repository. It demonstrates a lot of concepts around React Native: a single base for both iOS and Android Apps, a great Redux starter project …
Read moreLet'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 more