Skip to content

Commit

Permalink
fix: capture default view events
Browse files Browse the repository at this point in the history
  • Loading branch information
dojolew authored and zplata committed Jan 2, 2024
1 parent ed11794 commit 98f848d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RiveReactNativeView.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import UIKit
import RiveRuntime

class RiveReactNativeView: UIView, RivePlayerDelegate, RiveStateMachineDelegate {
class RiveReactNativeView: RCTView, RivePlayerDelegate, RiveStateMachineDelegate {
// MARK: RiveReactNativeView Properties
private var resourceFromBundle = true
private var requiresLocalResourceReconfigure = false
Expand Down

0 comments on commit 98f848d

Please sign in to comment.