Also is it correct that it’s an intersection of bo...
# moko
u
Also is it correct that it’s an intersection of both platforms (that seems to be very limited)? I know one could use
expect/actual
, but anyway..
a
intersecion at api level - common api should be correct for both platforms, but implementation different. and ui is different between platforms
u
No, i’ve meant props list is an intersection of both platform-specific impls. Eg.if some property is absent on iOS it will be absent in multiplatform abstraction as the is just no possbility to map it to platform-specific impl without adding some code that mimics it.
a
you have possibility 🙂 but when in common code will be available platfom-specific properties which not work on one of platforms - it will be confuse dev
u
ok, thanks
a
in standard widgets yes, props it intersecion
u
yup, just wanted to dblcheck