Albin Ekblom
Albin Ekblom
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 👍