TypeError: undefined is not an object (evaluating '_reactNativeMaterialKit.MKButton.coloredButton')
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;
Hi I am experiencing the same issue, please assist
Hi, same here... Any feedback on this one?
Same here, RN: 0.64.1