skiptools / skip-ui

SwiftUI for Android
https://skip.tools
GNU Lesser General Public License v3.0
129 stars 14 forks source link

WindowGroup API Not Available #35

Open larson-carter opened 6 months ago

larson-carter commented 6 months ago
This API is not yet available in Skip. 
Consider placing it within a #if !SKIP block. 
You can file an issue against the owning library at https://github.com/skiptools, 
or see the library README for information on adding support

The WindowGroup from SwiftUI is now available in Skip yet, when you are in your View Struct with a scene you are not able to utilize the WindowGroup API.

Code example:

WindowGroup {
     // Your view stuff can go in here.
}