MJMisir Jafarovinblog.misir.xyz·May 21, 2019Never use Expo for your React Native projectsAs a mobile developer when I have discovered React Native I started reading official docs of RN. In installation section, it suggested me to use Expo. I visited its home page, scrolled down, after that, I told myself: "I must use it". Created my proj...00
MJMisir Jafarovinblog.misir.xyz·May 20, 2019Detect if the User is online or notSometimes you may need to know the user's current visibility status (online or offline). Let's discuss some ways to do that. 1. Detect the user's status using WebSocket You can track status at realtime using that method, but it's a bit costly way. Th...00
MJMisir Jafarovinblog.misir.xyz·May 13, 2019Hello World!Hello, devs! This is just another developer blog. I'll try to share useful things with you when I found time to write a blog. Thanks!00