Albin Ekblom

Results 48 comments of Albin Ekblom
trafficstars

Did you get it working? @quangas otherwise, make sure you're declaring `rightButtons` inside the same class as your `` is in.

I would recommend to switch to https://kmagiera.github.io/react-native-gesture-handler/docs/component-swipeable.html it's more modern approach to touch interactions with RN. @jifromz09 @nsbruce

This is my workaround 🙃 ```js const dirname = typeof __dirname !== 'undefined' ? __dirname : fileURLToPath(new URL('.', import.meta.url)) ``` I wish there was a better way...

I tested the commit that added AltLeft and AltRight, it didn't seem to work I also tested [crossterm](https://github.com/crossterm-rs/crossterm), they have solved it with terminal integrations, so only works in some...

I think that's the better workaround @Stanzilla 👍

My simple fix for this: https://github.com/inngest/inngest/compare/main...albinekb:inngest:feature/override-json?expand=1

I wouldn't expect that to happen...

Maybe this is it: https://msdn.microsoft.com/en-us/library/windows/desktop/ms724947(v=vs.85).aspx#SPI_GETDROPSHADOW >**SPI_GETDROPSHADOW:** Determines whether the drop shadow effect is enabled. The pvParam parameter must point to a BOOL variable that returns TRUE if enabled or FALSE...