Commit 1f60bf2 1 parent 79f2d77 commit 1f60bf2 Copy full SHA for 1f60bf2
File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -177,12 +177,6 @@ dependencies {
177
177
implementation project(" :react-native-reanimated" )
178
178
}
179
179
180
- react {
181
- jsRootDir = file(" ../src/" )
182
- libraryName = " LiveMarkdown"
183
- codegenJavaPackageName = " com.expensify.livemarkdown"
184
- }
185
-
186
180
// This fixes linking errors due to undefined symbols from libworklets.so.
187
181
// During Gradle Sync, Android Gradle Plugin runs Prefab and treats worklets
188
182
// like a header-only library. During build, config files are not regenerated
Original file line number Diff line number Diff line change 165
165
"codegenConfig" : {
166
166
"name" : " RNLiveMarkdownSpec" ,
167
167
"type" : " all" ,
168
- "jsSrcsDir" : " src"
168
+ "jsSrcsDir" : " src" ,
169
+ "android" : {
170
+ "javaPackageName" : " com.expensify.livemarkdown"
171
+ }
169
172
}
170
173
}
You can’t perform that action at this time.
0 commit comments