We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e777b commit 5c9c2ebCopy full SHA for 5c9c2eb
android/src/main/java/com/rive/RiveReactNativeView.kt
@@ -64,7 +64,6 @@ class RiveReactNativeView(context: ThemedReactContext) : FrameLayout(context) {
64
artboardName = config.artboardName,
65
stateMachineName = config.stateMachineName,
66
autoplay = config.autoPlay,
67
- autoBind = config.bindData is BindData.Auto,
68
alignment = config.alignment,
69
fit = config.fit
70
)
0 commit comments