Payet Jonathan
Payet Jonathan
Hi @SleeplessByte , I'm facing the same problem, it works everywhere except in the development client and I don't understand the options i should pass...could you share the code for...
Thanks @SleeplessByte , i solved my issue with this `Constants.manifest.originalFullName = "@mistes974/my_project_slug"; ` ``` const socialSignIn = async (provider) => { if (__DEV__) { Constants.manifest.originalFullName = "@mistes974/my_project_slug"; } const returnUrl...
Same problem here.. autoFocus on TextInput didn't work. it's been a year already 😪 Edit (workaround ): ``` const isFocused = useIsFocused(); const ref = useRef(); useEffect(() => { if...
There is also my example here if that helps: https://github.com/supabase/supabase/discussions/2489#discussioncomment-1050095
@gongAll Thanks, With your example, I was able to use **moment.js** and **i18n**, as below: ``` export const RRuleToText = ({ strRRule }) => { const language = { dayNames:...
If you are using an html template to generate your pdf, here is a working solution: ``` body { position: relative; } body:before { content: 'Draft'; position: fixed; inset: 0;...
Is there any update on this improvement? I have followed @fr3fou approach so far. Please note that today, `paramsSerializer` is an object and the function is performed as follows: ```...
I tried to use the "box-shadow" property as a substitute for the "border" property, but got the same result... what I'm trying to replicate is this kind of UI :
I would love this feature too! Does anyone know when it will be available?