React Native "Animated" API demo
Brace yourself, Animations are coming! As anticipated at ReactEurope by Spencer Ahrens the Animated API has made his debut on React Native (v0.8.0-rc). Brent Vatne apparently has some superpowers and he used them to read our minds. Guess what demo he's showin …
Read moreGesture recognizer decorators for React Native
We previously covered Johannes Lumpe's experiments in Gesture detection in React Native and appreciated his findings and insights on the subject. We're happy to hear that his works has improved to the point that he has released a gesture decorator package whic …
Read moreReact Native 0.8.0-rc and 0.7.1 released
v0.8.0-rc: New Features JavaScript Animation API: As mentioned above, there is a new API for animating components. See the animation documentation to learn more. Text decoration: The Text component supports various CSS-like decoration props: textDecoration …
Read moreReact Native Custom Navigation Bar with transition animations
The level of customization and easiness to do it with React Native is just impressive, check this Custom Navigation Bar that czj has implemented. react-native-custom-navigation on GitHub The goal is making a easy navigation router for react-native, you could …
Read moreA pull to refresh ListView for React Native
We already covered Components that implement a pull to refresh ListView, Syrus Akbary indeed has been inspired by Refresher and react-native-refreshable-listview for his own Component that also supports custom animations. react-native-refresher on GitHub A p …
Read more