Hey,
I'm using this library with the following Login button:
const LoginButton = MKButton.coloredButton() .withText('login') .withOnPress(() => { console.log('this button is clicked!'); }) .build();
I'm sure that I installed it and linked it with react-native link;
but when rendering, I have the following error:
TypeError: undefined is not an object (evaluating '_reactNativeMaterialKit.MKButton.coloredButton')
Everything seems to be right and I think It's a problem from this version;