Amr Draz
Amr Draz
this feels like a class solvable problem @FlorianWendelborn maybe introducing a css utility class would solve your problem?
A similar issue started happening with me, trying to figure out why I'm using expo sdk 50 where I prebuild android works fine IOs loads indefinitely but doesn't if I...
I have a different type issue I use NextRequest ``` request.cookies.get("session")? ``` I get the following error ``` Property 'cookies' does not exist on type 'AxiomRequest'. Property 'cookies' does not...
### ⚠️ ignore this comment it runs out I never actually used response as a second argument and no documentation supports it I'm keeping this comment for my shame but...
@Kudo are there any updates?
@KudoI @johnygomez @joonhocho implemented certificate pinning for both android and ios in my app, [see answer here](http://stackoverflow.com/questions/40240321/how-can-i-implement-ssl-certificate-pinning-while-using-react-native/40334166#40334166) I wound up using OkHttpClientProvider in RN and a pod called TrustKit for...
@tanapaydin I have not checked out react-native-pinch but if your wondering if my SO answer still works it does I recently upgraded the app to 0.42 That said TrustKit the...
Hey there What more information do you need me to provide?
> Hi @mrdraz, > > > > > so I hope you have any ideas > > > > My first suggestion is to restructure the way the code tracks...
I'll see if I can do something about that my next attempt was going to observe how [auth.authStateReady()](https://firebase.google.com/docs/reference/js/auth.auth.md#authauthstateready) affects production Then try using firebase login on the mobile app 🤷...