Gesture detection in React Native

Yes, it sounds scary. No, it isn't. Johannes Lumpe has scored again with a great Tutorial series on how to achieve the missing React Native's gestures, starting with panning and a great introduction on ES7 decorator syntax. Gestures are one of the most preval

Read more

Give your React Native forms loving they deserve

Mike Grabowski has setup a great tutorial that will walk you through a pretty interesting implementation of Johannes Lumpe 'sreact-native-keyboardevents in order to improve your App's User Experience. On of the best things in React Native is the ability to wr

Read more

React Native v0.6.0 and v0.7.0-rc released

v0.6.0 Inspect Element Switch to Babel Background Color Propagation Performance Tooling New Features Implement merge functionality on AsyncStorage Add custom delay props to now supports a renderSeparator prop Support fetching videos from Camera Roll

Read more

React Native Image Picker

Take one step further handling your media assets, either from library or camera, thanks to this Image Picker module from Marc Shilling. react-native-image-picker A React Native module that allows you to use the native UIImagePickerController UI to select a p

Read more