You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
The text was updated successfully, but these errors were encountered:
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:
Everything seems to be right and I think It's a problem from this version;
The text was updated successfully, but these errors were encountered: