question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Remove viewFactory from UIViewRedwoodLayoutWidgetFactory.

See original GitHub issue

UIViewRedwoodLayoutWidgetFactory currently accepts a viewFactory: RedwoodUIScrollViewFactory param that creates UIScrollView instances. This is a work-around as it’s not (easily) possible to extend UIScrollView from Kotlin multiplatform code so we delegate the creation to Swift code.

This is a pretty inconvenient work-around and we should figure out a way to remove the viewFactory param and create UIScrollViews without an external factory.

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
JakeWhartoncommented, Nov 28, 2022

With cklib, yes. At least according to Kevin. He was out last week but we’ll talk on Tuesday about it. I’ll invite you.

0reactions
colinrtwhitecommented, Nov 28, 2022

Awesome, thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issues · cashapp/redwood - GitHub
Remove viewFactory from UIViewRedwoodLayoutWidgetFactory. enhancement redwood/flexbox. #489 opened on Nov 2 by colinrtwhite.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found