I am learning react native. I am trying to understand the code Here. The snippet below seems very weird to me. Can you please explain what it does?
circle: (null : ?{ setNativeProps(props: Object): void })
I know about if statement like:
blabla = (if-this-is-true) ? this-should-be-used : otherwise_this
but don't know if the circle one is the same thing.