I have a config which looks like this
orientation = { default = "portrait", supported = { "portrait","portraitUpsideDown"},},
I only want portrait available for iOS/android. Is it possible to specify if TvOs then landscapeLeft and landscapeRight are supported as these are required for tvOS?
Thanks.