We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb6d4d6 commit 234ef61Copy full SHA for 234ef61
android/src/main/java/com/rive/RiveReactNativeView.kt
@@ -105,7 +105,7 @@ class RiveReactNativeView(context: ThemedReactContext) : FrameLayout(context) {
105
if (reload) {
106
val hasDataBinding = when (config.bindData) {
107
is BindData.None -> false
108
- is BindData.Auto -> config.riveFile.viewModelCount > 0
+ is BindData.Auto -> false
109
is BindData.Instance, is BindData.ByName -> true
110
}
111
riveAnimationView?.setRiveFile(
0 commit comments