-
-
Notifications
You must be signed in to change notification settings - Fork 579
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
Not working with react-native 0.60 #414
Comments
Yes. Should we expect changes in this library, and if not, how can it be used with RN 0.60? |
Expect nope, but if someone send a PR I can merge it and release a new version ;) |
This seems to fix the issue.
|
@siderakis Great thank you! Can you make a PR? |
The real fix for this is to actually replace the offending line with:
|
I've submitted a PR for this: #416 |
The version of publish is not working with react-native 0.60! Has the latest version been released to fix this problem? |
Nope. Use this package from the master branch directly. |
How soon is the new version expected to be released? |
this is much needed... |
Just use the master branch instead of the npm version and it will work |
but if I do that (by adding "react-native-material-kit": "https://github.com/xinthink/react-native-material-kit" to package.json) I get this error:
|
The issue is that package.json is pointing to lib/index.js which isn't checked in, and has to be compiled.
will create lib/index.js |
@siderakis could you submit a PR with your fork to merge it into master so we can use this repo instead of yours ? 😁 |
Our project relies on |
Building ios filed with error :
'No visible @interface for 'RCTEventDispatcher' declares the selector 'sendInputEventWithName:body:'"
Has anyone found a solution?
The text was updated successfully, but these errors were encountered: