Android should be working as of now. Pushed certain fixes. Please let me know if you are facing further issues. If you still see the splash screen, I would recommend you to run adb reverse tcp:8081 tcp:8081
to make sure the Metro builder is correctly connected with the emulator or physical device. I have faced the same issue and was able to load it after that.
Also, try running the app by yarn start
and then trying to run the emulator from android studio. For now, refrain from using yarn android
.
Another point to note, if you are only planning to use Moralis APIs for your application and not execute wallet functions, I would recommend you to replace the handleCryptoLogin
function placed in CryptoAuth.js
with just
const handleCryptoLogin = () => { navigation.replace("DrawerNavigationRoutes"); };