fix swift

This commit is contained in:
Hailey
2024-07-10 17:40:42 -07:00
parent 15a00b1864
commit 921b13dbdc
9 changed files with 98 additions and 105 deletions
@@ -3,7 +3,7 @@ import ExpoModulesCore
public class ExpoScrollForwarderModule: Module {
public func definition() -> ModuleDefinition {
Name("ExpoScrollForwarder")
View(ExpoScrollForwarderView.self) {
Prop("scrollViewTag") { (view: ExpoScrollForwarderView, prop: Int) in
view.scrollViewTag = prop