Lint native files (#4768)

This commit is contained in:
Hailey
2024-07-11 18:15:35 -07:00
committed by GitHub
parent b433469ab9
commit 2397104ad6
18 changed files with 393 additions and 375 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