Skip to content

Commit

Permalink
fix(ios): trying to fix new arch build
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Dec 18, 2023
1 parent a5704fb commit 477f218
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ios/RNLiveStreamViewManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,9 @@ class RNLiveStreamViewManager: RCTViewManager {
}
}
}

#if RCT_NEW_ARCH_ENABLED
func ApiVideoLiveStreamViewCls() -> RCTComponentViewPrcol.Type? {
return RNLiveStreamViewManager.self
}
#endif

0 comments on commit 477f218

Please sign in to comment.