I’m attempting to write a binding for BaseButton here:
https://kmagiera.github.io/react-native-gesture-handler/docs/component-buttons.html
The API as written expects users to extend it using
class XButton extends BaseButton { ... }
I’m struggling to understand how a binding to BaseButton
should look so that it’s possible to build new Buttons in Reason.
Anyone have any pointers, thoughts, or examples?