We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
react
1 parent 79f2d77 commit 8b3d88bCopy full SHA for 8b3d88b
android/build.gradle
@@ -177,12 +177,6 @@ dependencies {
177
implementation project(":react-native-reanimated")
178
}
179
180
-react {
181
- jsRootDir = file("../src/")
182
- libraryName = "LiveMarkdown"
183
- codegenJavaPackageName = "com.expensify.livemarkdown"
184
-}
185
-
186
// This fixes linking errors due to undefined symbols from libworklets.so.
187
// During Gradle Sync, Android Gradle Plugin runs Prefab and treats worklets
188
// like a header-only library. During build, config files are not regenerated
0 commit comments