Closed Pickleboyonline closed 4 months ago
Can use this repo for flexbox like rendering: https://github.com/tiepvuvan/Yoga-SwiftUI
Every View component needs to have the modifiers, so maybe make a utility class to apply those styles/wrapper around views (like the text view)
Library works pretty well, just need to fork it and extend to get full react native spec for views.
View component implemented, closing:
Can use this repo for flexbox like rendering: https://github.com/tiepvuvan/Yoga-SwiftUI
Every View component needs to have the modifiers, so maybe make a utility class to apply those styles/wrapper around views (like the text view)