Recep Altaş

Results 8 comments of Recep Altaş

Just remove http://123.456.78.0:2053 .Then change https://domain.name . const socket = io("https://blabla.com:2053");

` useEffect(() => { const timer = setTimeout(() => { LottieSplashScreen.hide(); // here }, 5500); return () => clearTimeout(timer); }, []); ` Temporary solution.