From c00f919f3ae589cd0aa5db0834eff52d78bf77d4 Mon Sep 17 00:00:00 2001 From: CI Date: Fri, 28 Nov 2025 13:55:45 +0100 Subject: [PATCH] chore: remove unneeded artboard bind --- ios/RiveReactNativeView.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ios/RiveReactNativeView.swift b/ios/RiveReactNativeView.swift index e733dcbc..3ab7dee0 100644 --- a/ios/RiveReactNativeView.swift +++ b/ios/RiveReactNativeView.swift @@ -119,7 +119,8 @@ class RiveReactNativeView: UIView, RiveStateMachineDelegate { case .instance(let instance): stateMachine?.bind(viewModelInstance: instance) - artboard?.bind(viewModelInstance: instance) + // this should be added if we support only playing artboards on their own - https://github.com/rive-app/rive-nitro-react-native/pull/23#discussion_r2534698281 + // artboard?.bind(viewModelInstance: instance) } baseViewModel?.play() }