question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"Warning: Native component for "MKTouchable" does not exist"

See original GitHub issue

Hi!

For some reason, whenever I try to use any of the buttons I get the following error on the console and touch events aren’t triggered.

Warning: Native component for "MKTouchable" does not exist

I am using react-native 0.14.1 and react-native-material-kit 0.2.2 Anyone else running into this issue?

Thanks 😃

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
xinthinkcommented, Dec 13, 2015

Just tested on RN 0.17.0-rc, it’s working fine for me both on iOS and Android.

Please make sure the library is linked to your project (follow the Getting started guide)

For android projects, besides the dependency declaration in the gradle build file, you’ll also have to register the instance of ReactMaterialKitPackage to the ReactInstanceManager.

0reactions
JulianKingmancommented, Feb 17, 2017

Nevermind, I went into xcode and tried to build and noticed the usual post-react-native-0.40 build errors (changing “RCTView.h” to <React/RCTView.H>, and the such). Fixing those, building, deleting the app and reinstalling seems to have fixed it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

"Warning: Native component for <component> does not exist ...
Whenever I attempt to include my component in React Native, I get this mysterious warning: Warning: Native component for "RCTStripe" does not exist....
Read more >
Warning: unreachable code after return statement - JavaScript
When an expression exists after a valid return statement, a warning is given to indicate that the code after the return statement is...
Read more >
xinthink/react-native-material-kit - Gitter
I find that React-native have material-UI website but in that website only explanation how to make component but i didn't find component code....
Read more >
Documentation: DevExtreme - JavaScript Errors And Warnings
This section lists errors and warnings that may occur in UI components. ... the Map UI component if you try to remove a...
Read more >
Encountered Two Children with the Same Key — React Fix
The Problem When you are rendering React components in a map ... to each component that is unique, otherwise React will put a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found