Miguel Espinoza

Results 5 issues of Miguel Espinoza

I'm having compatibility issues with https://github.com/fkhadra/react-toastify which uses `react-transition-group` Here's an example of what I'm trying to accomplish: https://codesandbox.io/s/jzp1p30j0y * Create notification cards * Try to dismiss with close button...

# Bug report ## Describe the bug I'm having an issue where `/auth/v1/token?grant_type=refresh_token` suddenly returns 400. It's unclear what could cause this issue. When the token is approaching expiration supabase-js...

bug
auth

## What kind of change does this PR introduce? This change introduces a mechanism to sync refresh tokens at the client level, rather than depending on the backend. The current...

## Description When using `Tabs.FlashList` in combination with `lazy`, there's a padding issue when the FlashList renders. ## How to reproduce 1. Run the `example` app 2. For the `Lazy`...

I'm having issues with the Simulator where file uploads just don't work. Meanwhile production builds are able to upload files no problem. Ideally, I can upload files locally to do...