ReactantUI
ReactantUI copied to clipboard
UIEdgeInsetsMake has been replaced by UIEdgeInsets.init(top:left:bottom:right:)
The generator produces uncompilable code in newest Xcode.
For some reason this started happening after adding bridging header. (Not sure if connected, could be a coincidence.)
Fix is simple - change https://github.com/Brightify/ReactantUI/blob/master/Sources/Tokenizer/Properties/Types/Implementation/EdgeInsets.swift to generate correct init.
Thanks for the report. We'll fix as soon as possible. Or you can send a PR.