Pickleboyonline / solid-native

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

Implement iOS Text Component #5

Open Pickleboyonline opened 4 months ago

Pickleboyonline commented 4 months ago

Should match React Native API.

Pickleboyonline commented 4 months ago

Prior Work:

https://github.com/software-mansion-labs/react-native-swiftui/blob/master/packages/react-native-swiftui/native/Views/RSUITextView.swift

Pickleboyonline commented 3 months ago
image

Added basic support for nested text components. An interesting thing about the SolidJS render is that you don't need to wrap all text in a Text component. You only need it if you need styling.