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

autolinking improvement for android #288

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eminsr
Copy link

@eminsr eminsr commented Aug 7, 2019

With this config file cli will be able to find the sourceDir for android. This will fix Invariant Violation requireNativeComponent 'InteractableView' was not found in UiManager. error for RN >= 0.60.

Autolinking works well for iOS if you have the Interactable.podspec file. But if you add the library from npm (v1.0.0) for some reason it won't be added. So make sure you have podspec file in the root of the library before running pod install

With this config file cli will be able to find the sourceDir for android. This will fix "Invariant Violation requireNativeComponent 'InteractableView' was not found in UiManager" error for RN >= 0.60.
Copy link

@dakenf dakenf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works fine.

Copy link

@lelukas lelukas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fine.

Copy link

@RodPin RodPin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Working as expected !

Copy link

@toshe toshe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-linking works with RN 0.60.

@toshe
Copy link

toshe commented Apr 11, 2020

I don't understand this. Without this pull request auto-linking does not work with 0.60.
Why are the maintainers not responding or at least assigning other people? This should have been merged months ago!

@DeveloperTheExplorer
Copy link

Any update on this merge request? Android linking is still broken.

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

Successfully merging this pull request may close these issues.