Huy Vũ
Huy Vũ
> Splash screen crash on Android 8.0 is there any fix for this? same issue , Have you fixed it yet?
> [#639 (comment)](https://github.com/crazycodeboy/react-native-splash-screen/issues/639#issuecomment-1965855871) try this solution it work for me i build success but it crash when open app on android 8
> @huyvu23 I am using the large-size image for the splash that's why the app crashed. i don't know :(
> Any solution? Do you have any way ?
> I found a solution for this issue https://stackoverflow.com/a/50832408/9315284 Just set these in the styles.xml file > > ``` > false > false > ``` wow , i will try...
> I found a solution for this issue https://stackoverflow.com/a/50832408/9315284 Just set these in the styles.xml file > > ``` > false > false > ``` this still crash :(, can...
> Same issue i switch to use library react-native-element and use modal of it
> I am importing createAuthRefreshInterceptor into one of my files using: import createAuthRefreshInterceptor from "axios-auth-refresh"; I am using this in a npm package and calling that npm package into my...
> #191 it not work for me :(