diff --git a/app/screens/ServerView.tsx b/app/screens/ServerView.tsx index 14b9a01..bb68161 100644 --- a/app/screens/ServerView.tsx +++ b/app/screens/ServerView.tsx @@ -194,7 +194,7 @@ const ServerView: React.FC<{ selectionColor={colors.text.secondary} textContentType="URL" placeholder="http://demo.navidrome.org" - autoCorrect="false" + autoCorrect={false} autoCapitalize="none" value={address} onChangeText={setAddress}