Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Splash creen error #76

Open
NavruzbekNoraliev opened this issue Mar 5, 2021 · 1 comment
Open

Splash creen error #76

NavruzbekNoraliev opened this issue Mar 5, 2021 · 1 comment

Comments

@NavruzbekNoraliev
Copy link

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

@bradmartin
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants