Skip to content

Commit 8b3d88b

Browse files
committed
Remove react block in build.gradle
1 parent 79f2d77 commit 8b3d88b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

android/build.gradle

-6
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,6 @@ dependencies {
177177
implementation project(":react-native-reanimated")
178178
}
179179

180-
react {
181-
jsRootDir = file("../src/")
182-
libraryName = "LiveMarkdown"
183-
codegenJavaPackageName = "com.expensify.livemarkdown"
184-
}
185-
186180
// This fixes linking errors due to undefined symbols from libworklets.so.
187181
// During Gradle Sync, Android Gradle Plugin runs Prefab and treats worklets
188182
// like a header-only library. During build, config files are not regenerated

0 commit comments

Comments
 (0)