Pickleboyonline / solid-native

React Native but for Solid.JS
https://pickleboyonline.github.io/solid-native/
MIT License
15 stars 2 forks source link

Implement View Component iOS #7

Closed Pickleboyonline closed 4 months ago

Pickleboyonline commented 5 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)

Pickleboyonline commented 5 months ago

Library works pretty well, just need to fork it and extend to get full react native spec for views.

Pickleboyonline commented 4 months ago

View component implemented, closing: image