aboutsummaryrefslogtreecommitdiff
path: root/src/components/search
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/search')
-rw-r--r--src/components/search/SearchBar.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/search/SearchBar.tsx b/src/components/search/SearchBar.tsx
index ce825d8a..a711f8f8 100644
--- a/src/components/search/SearchBar.tsx
+++ b/src/components/search/SearchBar.tsx
@@ -68,6 +68,7 @@ const SearchBar: React.FC<SearchBarProps> = ({
placeholderTextColor={'#fff'}
onSubmitEditing={handleSubmit}
clearButtonMode="while-editing"
+ autoCapitalize="none"
{...{value, onChangeText, onFocus, onBlur}}
/>
</Animated.View>