diff --git a/Sources/SatsPrice/ContentView.swift b/Sources/SatsPrice/ContentView.swift index 9044310..9cf91dc 100644 --- a/Sources/SatsPrice/ContentView.swift +++ b/Sources/SatsPrice/ContentView.swift @@ -57,7 +57,9 @@ public struct ContentView: View { } } } +#if os(iOS) || SKIP .pickerStyle(.navigationLink) +#endif HStack { TextField("", text: $satsViewModel.btcToCurrencyString)