Animating elements in React Native isnât as straight forward as you may expectâyou canât animate with vanilla CSS in React Native. Letâs explore the Animated
library to achieve the results of CSS transitions and transforms, and use it to create an animated toggle component.
Latest blog posts
Slow DownâYou Need It
Workaholism is too often synonymized with productivity when it couldnât be further from the truth.
JavaScript Templating Without a Library
You may have heard of or even used JavaScript templating engines such as Handlebars.js, Mustache.js or Underscore.js. They can make rendering and updating dynamic content on your website a breeze, but if your needs are dead simple, you might not need a library.