An auto-updating timeago component for React Native
Tyler Hughes is giving us a chance to see how to integrate external JavaScript libraries into React Native. In doing so he's providing us a fantastic wrapper for momentjs.com. If you've ever worked with dates, you know how much it's appreciated. react-native- …
Read moreFirst React Native Android app in the play store
@reactjs First React Native Android app in the play store: Adverts Manager! Next milestone: open source. https://play.google.com/store/apps/details?id=com.facebook.adsmanager …
Read moreGesture 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 more