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 moreBuild 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 moreDeploying 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 moreModern 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 moreRealm for React Native: fast database with live objects, change events & support for unidirectional data flows
If you ever worked on native Mobile Apps before and you looked for alternatives to SQLite or key-value stores then you already heard about Realm. The good news is that the guys at Realm are now launching a new Realm mobile database built specifically for React …
Read more