After update to SDK 31, Animated Images very slow

hey guys,

I updated to sdk 31 from sdk 30, but only my Animated.Images are very slow to load. What can be ?

removed .babelrc, included babel.config.js:

module.exports = function (api) {
  api.cache(true);
  return {
    presets: ['babel-preset-expo'],
    plugins: [
      [
        'module-resolver',
        {
          root: ['.'],
          alias: {
            components: './src/components',
            constants: './src/constants',
            features: './src/features',
            navigation: './src/navigation',
            screens: './src/screens',
            services: './src/services',
            shared: './src/shared',
            state: './src/state',
            utils: './src/utils',
            assets: './assets',
          },
        },
      ],
    ],
  };
};

added npm i --save-dev babel-plugin-module-resolver@latest

but only the <Animated.Image /> inside <Animated.View is slow.

THIS IS HAPPENING ONLY ON iOS

1 Like

Strange issue, never kissanime heard or saw an issue like this, will come with more groupme information later and update you.

Regards,
Shane.

@shanep I fixed it, check it out here: https://github.com/expo/expo/issues/2952

https://github.com/expo/expo/issues/2952

still is an issue

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.