Ponikar
Ponikar
Is there any way to use this library with vite?
@naydenow Thanks, It worked for me. (iOS)
This is happening because under the hood the library uses `ScrollView` which does not have any performance benefits compared to Flalist. So unfortunately you cannot use this library to render...
any updates on this issue?
You may be testing this app on Android 12. Google provides a default splash screen. You can hide that splash screen by following these steps. https://stackoverflow.com/questions/72003647/react-native-splash-screen-on-android-12
I will make PR to fix this issue soon but in a meantime please try StackOverflow solution
a temporary solution can be like this, avoid the Expo splash screen and use a native screen with help of `react-native-bootsplash`.
Hi, @brentvatne Sorry for not providing the repo link. Here is minimal repo [link](https://github.com/ponikar/expo-splashscreen-issue) I have added the splash screen configuration in `app.json` file. I am expo rebuild. if you...
It is going to be existed because from android 12 google provides native splash screen and I think expo uses activity in android to display it as splash screen and...
@bryanltobing You can hide the default expo splash screen for now. I was working with the expo plugin lately to use `react-native-bootsplash` library with the expo. I did one POC...