The ReownAppKitUI/Modifiers/Conditional.swift View Extension should be marked private
or internal
#26
Labels
bug
Something isn't working
private
or internal
#26
Describe the bug
The ReownAppKitUI/Modifiers/Conditional.swift View Extension conflicts with my own, this should not happen :)
SDK Version
To Reproduce
Create an application that imports the ReOwn SDK
In the main application target create an extension as follows
Add a view that uses the conditional extension
Xcode should throw a build error because if conflicts with the View+Extension in the
Sources/ReownAppKitUI/Modifiers
folderExpected behavior
Any extensions in your SDK should be made private / internal to ensure that they do not conflict with clients application
Screenshots
Device (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: