merge/sync Android Support Library buck dependencies of OSS and FB version #21307
Labels
Bug
Contributor
A React Native contributor.
Partner
Platform: Android
Android applications.
Resolution: Locked
This issue was locked by the bot.
I got suspicion that RN OSS and FB might have different dependencies (maybe versions) or buck setup, when I was investigating issues related to merging #19768. The change passed all tests on my local machine and Circle CI, but not internal FB test.
Asked help from @TheSavior with investigation and share output from 'buck audit classpath ReactAndroid/src/main/java/com/facebook/react/views/picker' command and below is the relevant snippet
While below is output from RN OSS
And it shows that we have different buck configuration for Android Support Library, which might be cause of failure from #19768, many others in the future.
I would like to ask to merge/sync Android Support Library dependencies between RN OSS and FB if possible, so have less difference and make contributions easier or flow smoothly.
Here is my action plan proposal:
The text was updated successfully, but these errors were encountered: