Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
aexomir opened this issue Apr 28, 2020 · 3 comments

Comments

@aexomir
Copy link

aexomir commented Apr 28, 2020

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;

@mthizozo
Copy link

mthizozo commented May 7, 2020

Hi I am experiencing the same issue, please assist

@yoliva
Copy link

yoliva commented May 27, 2020

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

@Olex93
Copy link

Olex93 commented Jun 4, 2021

Same here, RN: 0.64.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants