Commit 9c07cda
Fix MissingSoLoaderLibrary: Add @SoLoaderLibrary to BlobCollector (#55514)
Summary:
Fixed MissingSoLoaderLibrary lint error in BlobCollector.kt.
Added `SoLoaderLibrary("reactnativeblob")` annotation to document that this class
loads the "reactnativeblob" native library via SoLoader.
Also added the required soloader annotation dependency to the BUCK file.
changelog: [internal] internal
Reviewed By: alanleedev
Differential Revision: D920244891 parent 4d22299 commit 9c07cda
1 file changed
Lines changed: 2 additions & 0 deletions
File tree
- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/blob
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments