Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Back out "fix: prevent error when react extension was already created" (
facebook#43753) Summary: Pull Request resolved: facebook#43753 New build failures when this was merged seem likely related. ``` FAILURE: Build failed with an exception. * Where: Build file '/root/react-native/packages/react-native/ReactAndroid/build.gradle.kts' line: 784 * What went wrong: Script compilation errors: Line 784: react { ^ Unresolved reference: react Line 787: libraryName = "rncore" ^ Unresolved reference: libraryName Line 788: jsRootDir = file("../src") ^ Unresolved reference: jsRootDir ``` Changelog: [Internal] Reviewed By: arushikesarwani94 Differential Revision: D55618667 fbshipit-source-id: 1a188ba31b013863f3d46a773ff3ebbdd5f696cb
- Loading branch information