Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restrict mavenCentral to exclude react-native older packages
Summary: This Diff is restricting the scope of `mavenCentral` to do not include react-native packages. This will make us sure we don't pickup older versions of react-native. This specifically is a problem if you're building on a nightly as the version of RN nightly is `0.0.0.xxx` which is lower than then version on maven central. More on this here #32326 (comment) Changelog: [Internal] [Changed] - Restrict mavenCentral to exclude react-native older packages Reviewed By: ShikaSD Differential Revision: D31571803 fbshipit-source-id: d7ce7e82825cbebda2e4e534565d7ab15dba2624
- Loading branch information