Chromecast videos from JavaScript in React Native

Love React Native and got a Chromecast plugged in? You can now unleash your Chromecast's full potential by toying with this awesome React Native Chromecast Example App from Edmondo Pentangelo. Chromecast_ReactNative on GitHub Chromecast

Read more

React Native Animated API with PanResponder

Where did we left? Oh, right, we introduced the new Animated API that lets you handle Native iOS and Android animations in React Native. Then we talked about Brent Vatne showcasing it with its Tinder-style gestures/animations. That's where Jason Brown kicks i

Read more

React Native v0.10.0-rc and v0.9.0 released

v0.10.0-rc on GitHub (npm, CocoaPods) Release note: 0.10.0-rc has been published to npm and CocoaPods. Breaking Changes NSNumber parameters must be marked nonnull: Native bridge methods that take NSNumber values must annotate them using the Objective-C nonn

Read more

A memory minded implementation of the React Native's ListView

We often cover UI and aesthetic Components to get your Apps up running. This time we don't have much to show, really, but just to plug Shaheen Ghiassy's work regarding ListView's performances. He has then provided his own SGListView, with a lovely API, so much

Read more