My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more
Create a Dynamic Animated Notification in React Native

Create a Dynamic Animated Notification in React Native

Jason Brown's photo
Jason Brown
·Jun 23, 2017

We'll explore how to use various Animated apis including Animated.timing, Animated.parallel, Animated.sequence, setValue, and Animated.delay to build a notification that fades and slides in and out. We'll learn about using a ref and the measure function to get the dimensions of a particular view.