Skip to content

Commit 859f10c

Browse files
committed
chore: fix the lib to build
1 parent 592b189 commit 859f10c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

android/src/main/java/com/margelo/nitro/rive/HybridRiveView.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ object DefaultConfiguration {
4646
@Keep
4747
@DoNotStrip
4848
class HybridRiveView(val context: ThemedReactContext) : HybridRiveViewSpec() {
49+
companion object {
50+
private const val TAG = "HybridRiveView"
51+
}
52+
4953
//region State
5054
override val view: RiveReactNativeView = RiveReactNativeView(context)
5155
private var needsReload = false

0 commit comments

Comments
 (0)