Joe Lafiosca

Results 26 comments of Joe Lafiosca

I'm experiencing this same problem. I can click to open and close the drawer 10 times in a row and see different results. The closing animation always works, but the...

I wonder if it's some kind of race condition related to the `hidden="true"`: Watching the elements in the inspector, I see the `hidden="true"` gets added after the drawer close animation...

Since you were talking about it above, I wanted to share my approach to drag-and-drop. I needed it for my app and was not happy with the existing solutions. Over...

I'm finding this happens on Android even when the `maxDist` is set to a very large number like `1000` or `Number.MAX_SAFE_INTEGER`. As soon as I drag the touch outside of...

I have confirmed the behavior described by @lnikkila on the current version as well. Regarding my earlier comment, I realized that setting `shouldCancelWhenOutside` to `false` addresses my problem. (Seems odd...

If you're using the package from npm, the latest release is 1.2.0 from last August, which does not have the hooks. If you look at the README from that version...

In the meantime however, this seems to work for me... although the TypeScript typings are missing: ```tsx import ScreenOrientation from 'react-native-orientation-locker/ScreenOrientation'; /* ... */ const onChangeOrientation = useCallback( (orientation: string)...

Unfortunately I don't have any answers, and I don't use it often enough to even clearly remember having opened this issue 😅

Just started using gauge for the first time -- excellent work, btw -- and I agree with this. I wrote a short test app and was surprised the spinner didn't...

I'll give it a try tonight. I think I was just using whatever the factory settings are, minus the default cartridge, but I will look through and see what I...