Padang Perwira Yudha

Results 10 comments of Padang Perwira Yudha

> We had a similar issue on our project, and managed to get it to work by setting a color to the image/shape within maskElement (previously it was transparent since...

> We are using a SVG for the mask, so there's a `color` prop that we can specify which ended up affecting the fill color. So basically it's not Image...

i have similar issue with expo updates and after updated to SDK 49 and after adding EX_UPDATES_ANDROID_DELAY_LOAD_APP=false it still show something like this, before in SDK 48 it's work and...

I will show you normal behaviour when using sdk48 and android:windowTranslucent to true, this all break after update to sdk49 @douglowder https://www.youtube.com/shorts/z_RJApuS6tU https://github.com/expo/expo/assets/13756456/dd11b257-7beb-445a-86a1-d3f6bf12fcab

I have adding this line EX_UPDATES_ANDROID_DELAY_LOAD_APP=false before add that line there's no splash at all just white screen, but after add that splash is show but there's bug like 1...

> I will show you normal behaviour when using sdk48 and android:windowTranslucent to true, this all break after update to sdk49 @douglowder > > https://www.youtube.com/shorts/z_RJApuS6tU > > prodigi-1280-ytshorts.savetube.me.mp4 after I...

After I doing some experiment with expo-updates especially with my component that fetch updates dynamically from expo server and delay it until the splashscreen and the main screen is ready...