Luis David Garcia Lunar
Luis David Garcia Lunar
I have same issue on Xiaomi Redmi 6A and Samsung Galaxy S7, i solved this problem using v1.0.0beta3.10
Hi, I had the same issue a while ago, you need to change the layout view from `jpegkit.JpegImageView` to `com.jpegkit.JpegImageView` and it's all :)
I guess this is deprecated because the time :/ i will close te PR
Same here, I guess this will help me a lot, we need this!
same problem here `"expo-splash-screen": "~0.27.5"` and `"expo": "~51.0.28" `
Ok I just solved here, you need to import like this `{ SplashScreen } from "expo-router";` example is importing as `import * as SplashScreen from 'expo-splash-screen';` I got the answer...