Skip to content

Commit 9c3e441

Browse files
committed
whoops flag
1 parent 2f4f85f commit 9c3e441

File tree

1 file changed

+1
-1
lines changed
  • packages/gradle-plugin/react-native-gradle-plugin/src/main/kotlin/com/facebook/react

1 file changed

+1
-1
lines changed

packages/gradle-plugin/react-native-gradle-plugin/src/main/kotlin/com/facebook/react/ReactPlugin.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class ReactPlugin : Plugin<Project> {
8282
}
8383
configureAutolinking(project, extension)
8484
configureCodegen(project, extension, rootExtension, isLibrary = false)
85-
configureResources(project)
85+
configureResources(project, extension)
8686
}
8787

8888
// Library Only Configuration

0 commit comments

Comments
 (0)