react-native-material-kit icon indicating copy to clipboard operation
react-native-material-kit copied to clipboard

TypeError: undefined is not an object (evaluating '_reactNativeMaterialKit.MKButton.coloredButton')

Open aexomir opened this issue 6 years ago • 3 comments

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;

aexomir avatar Apr 28 '20 18:04 aexomir

Hi I am experiencing the same issue, please assist

mthizozo avatar May 07 '20 21:05 mthizozo

Hi, same here... Any feedback on this one?

yoliva avatar May 27 '20 23:05 yoliva

Same here, RN: 0.64.1

Olex93 avatar Jun 04 '21 08:06 Olex93