Alex Fomushkin

Results 12 comments of Alex Fomushkin

I'm using React Native 0.61.2 + TypeScript and neither of the above solutions works. Getting: `bundling failed: Error: Unable to resolve module '../../screens/HomeScreen' from 'src/navigation/AppNavigator.tsx': ` no matter what the...

We use it in production, so should work :)

Happens on version 7.1.0+ Downgrading to version 7.0.2 fixes the issue. "react": "17.0.1", "react-native": "0.64.2", "react-redux": "^7.2.0", "redux-actions": "^2.6.5" "@testing-library/jest-native": "^4.0.2", "@testing-library/react-native": "7.0.2", "jest": "^26.6.3", "react-test-renderer": "17.0.1", "redux-mock-store": "^1.5.4",

@ysuMgl @Aarshi-Kredx @danielcolgan @sburaksak I've published a new WebP integration library. It supports the latest React Native version, auto-linking and better native libraries for performance boost. Please check it out...

@rendomnet @sgeier @sburaksak I've published a new WebP integration library. It supports the latest React Native version, auto-linking and better native libraries for performance boost. Please check it out [https://github.com/Aleksefo/react-native-webp-format](https://github.com/Aleksefo/react-native-webp-format)

Hi, Never tried, but if it works, let me know! On Fri, 18 Aug 2023 at 19:39, Tuguldur UlamUndrakh ***@***.***> wrote: > Hi team, > > I am building Windows...

It seems like either you already have those libraries added as dependencies for another library, or another library adds them manually. Try removing the declaration of implementation 'com.facebook.fresco:animated-webp:2.5.0' implementation 'com.facebook.fresco:webpsupport:2.5.0'...

You need to use: const {width, height} = Image.resolveAssetSource(require('./assets/1.sm.webp')); instead of Image.getSize()