Recep Altaş
Recep Altaş
Just remove http://123.456.78.0:2053 .Then change https://domain.name . const socket = io("https://blabla.com:2053");
Any Solution ??
Same. Any Solution? I did pod install
I tried to cd android && ./gradlew --stop same Error. --The Kotlin Gradle plugin was loaded multiple times in different subprojects, which is not supported and may break the build....
When I create the project npx react-native@latest init Project --> minifyEnabled = true. -> No Problem npx create-react-native-app -> Blank Temlate -> minifyEnabled = true -> Error Same It has...
They closed my issue. https://github.com/facebook/react-native/issues/36476#issuecomment-1531173832
` useEffect(() => { const timer = setTimeout(() => { LottieSplashScreen.hide(); // here }, 5500); return () => clearTimeout(timer); }, []); ` Temporary solution.