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 moreGive 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 moreTreat your data well with these React Native's AsyncStorage wrappers
App's data deserves your best treatment, so far you might have encountered React Native's AsyncStorage AsyncStorage is a simple, asynchronous, persistent, key-value storage system that is global to the app. It should be used instead of LocalStorage. It is re …
Read moreReact 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 moreReact 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