Andi GuReact Native Parallax MapsAdding a parallax effect is nearly always a nice touch on any scrolling UI, and I’d like to cover how to apply this effect to a map. This…Mar 5, 20181Mar 5, 20181
Andi GuincodeburstCustom Bubble Transitions with React NavigationThe react-navigation package is currently the React Native community’s favorite choice when it comes to navigation. This is no surprise…Jan 13, 20188Jan 13, 20188
Andi GuinReact Native CoachCreating Facebook Chat Head Bubbles in React NativeCreate high performance animations in React Native with react-motionJan 7, 20189Jan 7, 20189
Andi GuReact Native 3D AnimationsI’ve talked about some of PanResponder’s capabilities in previous posts, however, they were only a brief introduction. In this post I will…Nov 14, 20171Nov 14, 20171
Andi GuBackground Tasks in React Native AndroidOne of the major flaws with React Native is its lack of support for executing background tasks (i.e. running code when the app isn’t…Nov 9, 201714Nov 9, 201714
Andi GuExploring React Native’s PanResponder and LayoutAnimationIn previous posts, I’ve talked about the Animated API and why I consider it to be so powerful. However, the Animated API can only do so…Sep 7, 20178Sep 7, 20178
Andi GuA Collapsing Navbar with Tabs in React NativeIn my journey to mastering the react native Animated API, I stumbled upon the challenge of creating a collapsing navbar. This is a common…Aug 18, 201711Aug 18, 201711
Andi GuNon-Native and Native Animated Values in React NativeI stumbled on this problem when I was building my parallax tab component (which I wrote about here). The problem is as follows: you have…Aug 13, 20172Aug 13, 20172
Andi GuincodeburstReact Native Parallax Scroll with TabsThe React Native Animated API makes it really simple to create complex, yet smooth animations. For one of my most recent projects, I had to…Aug 12, 201713Aug 12, 201713