We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b72b98 commit 3fdc43aCopy full SHA for 3fdc43a
android/src/main/java/com/rive/RiveReactNativeView.kt
@@ -18,7 +18,7 @@ data class ViewConfiguration(
18
)
19
20
@SuppressLint("ViewConstructor")
21
-class RiveReactNativeView(private val context: ThemedReactContext) : FrameLayout(context) {
+class RiveReactNativeView(context: ThemedReactContext) : FrameLayout(context) {
22
private var riveAnimationView: RiveAnimationView? = null
23
24
init {
0 commit comments