Benjamin Minarski
Benjamin Minarski
Changing the style works correctly, thanks! I didn't think the resolution depended on the style 🤔
Could it be related to [webgltexture-loader-expo-camera](https://github.com/gre/webgltexture-loader/blob/7f3417c6778b7a6ceb7118d2be2b050ada34d530/packages/webgltexture-loader-expo-camera/src/ExpoCameraTextureLoader.js#L66)?
I found a possible solution that's working fine with react-i18next v11. `useTranslation` expects `ns?: N | Readonly`, so using `as const` will do the trick and namespace will be inferred...