-
Notifications
You must be signed in to change notification settings - Fork 515
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
Invariant Violation: requireNativeComponent: "InteractableView" was not found in the UIManager. In "react-native": "0.60.4" only in Android #289
Comments
Autolinking is not working at the moment for android thus this error occurs. Related to #288 |
have this problem in iOS as well, tried manual via pods, and even added the podspec file, still no luck, can anyone help ? |
This is working for me in ios, my react native version is 0.60.4. |
This didn't work for me, after days and lack of sleep, finally found something. Make sure Interactable is installed by checking this things
if the above are there, do the following step 👍
I dont know why but this is what works for me ISSUES
|
No luck for me using master with RN 0.60.5 =( |
I am still facing the issue in react-native 0.60.5 for android |
With RN 0.60.5, follow the manual link as below:
-- Done -- |
For ios i try to copy code https://github.com/wix/react-native-interactable/blob/master/Interactable.podspec to and add to pod file hope will help you |
I tried it but got the same error and it does not help :( React Native 0.61.5 |
The solution above worked but I had another error about the JUnit and had to comment out the RN 0.59.1 |
To make autolinking work on android, add a file
Then you can use patch-package to save this change in a patch. There's already a pull request for this change but for some reason it has not been merged yet: #288 |
I don't think you need to do this. To make autolinking work on android, add a file react-native.config with the following contents inside the ./node_modules/react-native-interactable folder:
Then you can use patch-package to save this change in a patch. There's already a pull request for this change but for some reason it has not been merged yet: #288 |
@loveaurell You have saved me :) |
No description provided.
The text was updated successfully, but these errors were encountered: