Back
Mobile | Sun Mar 12 20233,376 views

Animated List

Welcome back 👋🏼

In this project, you will discover how to create captivating animations for all types of lists in React Native with the power of React Native Reanimated.

Learn more about Layout Animations in the React Native Reanimated Docs

Dependencies

npx expo install react-native-reanimated

Make sure you add the following to your babel.config.js file:

module.exports = function (api) {
  api.cache(true);
  return {
    presets: ["babel-preset-expo"],
    plugins: ["react-native-reanimated/plugin"], // Add this line
  };
};

👍 Want to become a master in React Native? Check the React Native Course

Youtube GitHubDownload

Go back to Projects