I've installed the package with yarn add and updated my androidManifext.xml as instructed in google's developers website. The project has no problems compiling it, so no error messages. However, my debug app crashes the second i launch it.
My app has a loading page that navigates to home when it get response from the API. This loading screen has nothing in it, so it's not the loading screen causing the crash
if i remove the package with yarn remove my app goes back to normal.
how can i fix this?
I've installed the package with yarn add and updated my androidManifext.xml as instructed in google's developers website. The project has no problems compiling it, so no error messages. However, my debug app crashes the second i launch it.
My app has a loading page that navigates to home when it get response from the API. This loading screen has nothing in it, so it's not the loading screen causing the crash
if i remove the package with yarn remove my app goes back to normal.
how can i fix this?