Skip to content

Commit 5c9c2eb

Browse files
authored
fix(android): remove autobind from view configuration as we handle it manually (#35)
1 parent d6e777b commit 5c9c2eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android/src/main/java/com/rive/RiveReactNativeView.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ class RiveReactNativeView(context: ThemedReactContext) : FrameLayout(context) {
6464
artboardName = config.artboardName,
6565
stateMachineName = config.stateMachineName,
6666
autoplay = config.autoPlay,
67-
autoBind = config.bindData is BindData.Auto,
6867
alignment = config.alignment,
6968
fit = config.fit
7069
)

0 commit comments

Comments
 (0)