autolinking improvement for android#288
Open
eminsr wants to merge 1 commit intowix-incubator:masterfrom
Open
Conversation
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.
|
I don't understand this. Without this pull request auto-linking does not work with 0.60. |
sourcecode911
approved these changes
Apr 14, 2020
har2008preet
approved these changes
Apr 30, 2020
GunnarAK
approved these changes
Jul 24, 2020
loveaurell
approved these changes
Oct 11, 2020
doranteseduardo
approved these changes
Oct 27, 2020
tthuwng
approved these changes
Jan 15, 2021
techyon7
approved these changes
Feb 26, 2021
vovkasm
approved these changes
Jun 11, 2021
|
Any update on this merge request? Android linking is still broken. |
jeacovy
approved these changes
Dec 20, 2021
trionongrh-work
approved these changes
May 25, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.podspecfile. But if you add the library fromnpm(v1.0.0) for some reason it won't be added. So make sure you havepodspecfile in the root of the library before runningpod install