fix boolean

This commit is contained in:
austinried 2022-01-12 09:25:45 +09:00
parent 100be96fca
commit 6883a556bf

View File

@ -194,7 +194,7 @@ const ServerView: React.FC<{
selectionColor={colors.text.secondary} selectionColor={colors.text.secondary}
textContentType="URL" textContentType="URL"
placeholder="http://demo.navidrome.org" placeholder="http://demo.navidrome.org"
autoCorrect="false" autoCorrect={false}
autoCapitalize="none" autoCapitalize="none"
value={address} value={address}
onChangeText={setAddress} onChangeText={setAddress}