Parallax effects for React Native using Animated API

Our friend Joel Arvidsson (as in we like him for his work very much) keeps being prolific and sharing his work for us to take advantage of it. Check his new Parallax component: react-native-parallax on GitHub (Example) NOTE: This module requires React Native

Read more

React Native App for the London React Meetup

While the London React Meetup hosted by Red Badger right at Facebook HQ's, is full packed, you can still check its app from Joe Stanton. It unfortunately has no documentation but if you look closer at the configuration and it's code you can then figure out it'

Read more

Picking the right Component for React Native

There are (thankfully) so many Components around for React Native that the main effort is sometimes picking the right one for the right job. So here are some choices from David Vedder and Arnaud Rinquin for your Picker Components that go beyond the default Pic

Read more

Cold Dive into React Native: A Beginner's Tutorial

Much can be learned from Johannes Stein but the main lesson he shares into his tutorial is that much of the power of React Native is coming from React itself. Knowing that, before approaching to React Native, one should first start to get acquainted to React i

Read more