ui-lottie icon indicating copy to clipboard operation
ui-lottie copied to clipboard

Splash creen error

Open NavruzbekNoraliev opened this issue 4 years ago • 1 comments

When used for splashscreen it lauches the app and then closes

i created a separate component for splash screen removed LaunchScreenTheme from AndroidManifest then when the app loads it first goes to splashscreen after it plays fully should navigate to login route

<GridLayout>
    <LottieView width="100%" height="100%" src="~/assets/lottie/splashscreen.json" loop="false" autoPlay="true">
    </LottieView>
</GridLayout>

the app just opens and closes, can someone navigate me on how to do it properly if it is not bug of package

NavruzbekNoraliev avatar Mar 05 '21 08:03 NavruzbekNoraliev

I think the splashscreen on android has to be an XML file for Java/Android. You could do something like this, but it would require a little thinking and work to sort through. Might be something to hop on the slack channel and ask some others if they've done anything similar. I personally, have not so I can't be much help with this specifically.

bradmartin avatar Mar 10 '21 15:03 bradmartin