React Native v0.22.0 released

v0.22.0 on GitHub (npm) React Native 0.22 ships with Hot Reloading! 🎉 New features Support custom ScrollView implementations in ListView - b516976 Adopt NavigationExperimental in UIExplorer - 876ecb2 Introduce disabling for Touchable\* elements - 9951e

Read more

Build a YouTube playlist browser with React Native and Siphon

The cool guys behind Siphon not only are building one of most complete solutions for building React Native apps but also sharing their passion and love for this wonderful framework in the meanwhile. Here is their new tutorial to build a YouTube playlist brows

Read more

Deploying a React Native App with Fastlane

React Native's ecosystem is so full of such magic that we might forget were we started. Before all those fantastic tools we had to deal with manual App Store submissions (and Google Play for that matter). Solution of choice for mobile Apps deploy automation (

Read more

Modern React with Redux

If you've been following along React.js Conf then you might know how Redux is generally praised as the preferred Flux implementation. Flux (or Redux) comes handy as your App Size and its complexity grow over time. Still, it might feel a little overwhelming to

Read more