React 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 moreA Slide Menu inspired from Android for React Native
Ilan Sasportas is giving our React Native Components a bit of contamination coming from Android's UX. Here is his Navigation Drawer for iOS. react-native-navigation-drawer on GitHub A slide menu as we can see in Android which permits to route an item from th …
Read moreReact Native Component for AutoComplete TextField
We'll never stop enjoying the amount of Components and Native Library wrappers that are coming from React Native's community members, and we'll never stop thanking them. Here is Nicolas Ulrich's take on MLPAutoCompleteTextField: an autocomplete textfield. RCT …
Read moreReact Native: Animated
At ReactEurope last week we listened to many inspirational community members addressing a various range of problems. Spencer Ahrens focuses his attention, and talk, on the upcoming React Native: Animated library with a JavaScript API that will let you handle N …
Read more