Do we have to write a lot of specific implementations on Android and iOS? #2235
Haha-Haha-Haha
started this conversation in
General
Replies: 1 comment 1 reply
-
Yes. The only components we provide are rows and columns, and a lazy column. You will probably have to define the schema for tens or a hundred a hundred widgets, and write the bindings to each of those for every supported UI toolkit you support. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Implement every widget on android or ios ? Android:TExtView、Button、Recyclerview…… iOS:CollectionView……
Beta Was this translation helpful? Give feedback.
All reactions