Pierre
Pierre
By any chance, were you able to find a solution to this problem @uzair-justdice ? facing the exact same one :/
Well; suddenly facing the exact same issue, which is weird since it had been working fine for the past 2 years. Did you manage to fix this @nppull ? I'm...
> I have solved the problem. Apparently due to Android restriction cannot resolve from HTTP connection on release version > > My token get from http connection. Thanks would you...
> It seems that the voice recognition stops when you stop talking In my case the error popped after I stopped it manually after it stop automatically But that's the...
same here, if that matters
was it added since?
Yes, very much needed! Another example would be a chatting app, I wanna make sure I cannot create twice the same "conversation". A 1:1 conversation having attributes "from_id" (my user...
Issue confirmed, only happening with FastImage. If you ever find a solution @jbernar3 can you share it here? I will as well. EDIT: apparently it is the same issue as...
Hi @mohshbool , can you let me know how did you manage to use it in Kotlin for the MainActivity.kt? ``` package com.myappname import com.facebook.react.ReactActivity // import android.os.Bundle; import org.devio.rn.splashscreen.SplashScreen;...
thank you @mohshbool for replying, actually I had to uncomment the "// import android.os.Bundle;" at the top of the file that was necessary :)