cloudorbush
cloudorbush
Hi there, I'm trying to seed my local database with 1000 users and 1000 posts. However I'm greeted with the following error: `"Body exceeded 1mb limit"` So postgres is complaining...
Just wondering if this is meant for `react-navigation/stack` or `react-navigation/native-stack`? Thanks for all your awesome work.
Spring animations appear the most natural to the human eye. Great work.
Would be nice if we could click the dots to go from slide to slide. Awesome work!
# Bug report ## Describe the bug ```jsx supabase.auth.signUp({ phone: phone, password: password }) ``` sends an OTP code, but ```jsx supabase.auth.signUp({ phone: phone, }) ``` does not. ## Expected...
For example, I'd like to detect isolated scrolling in a container, while ignore scrolling data on the primary window.
Previously the start values would only be reset on a successful swipe to dismiss gesture. This would lead to a small bug where - when the swipe to dismiss gesture...
Hi there, Could this library support simply removing the background from an image, instead of replacing it with another background? Would be awesome for my use case thanks!
received error when trying `yarn add react-layers-manager` :(
Wrapping an element with `` in the `component.js` file does not play nice with css imported from the `component.module.css` file. Any suggestions besides switching to styled components? Great work.