We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 504a345 commit e921453Copy full SHA for e921453
1 file changed
android/src/main/java/com/margelo/nitro/rive/HybridRiveView.kt
@@ -46,6 +46,10 @@ object DefaultConfiguration {
46
@Keep
47
@DoNotStrip
48
class HybridRiveView(val context: ThemedReactContext) : HybridRiveViewSpec() {
49
+ companion object {
50
+ private const val TAG = "HybridRiveView"
51
+ }
52
+
53
//region State
54
override val view: RiveReactNativeView = RiveReactNativeView(context)
55
private var needsReload = false
0 commit comments