transform

abstract var transform: String?(source)

This value will actually be null instead of undefined.

The type is fudged because null is not compatible with the React.CSSProperties type.

The style prop should interpret null and undefined the same way.