Skip to content

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

@aexomir

Description

@aexomir

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions