aboutsummaryrefslogtreecommitdiff
path: root/src/components/search
diff options
context:
space:
mode:
authorLeon Jiang <35908040+leonyjiang@users.noreply.github.com>2020-08-27 09:48:16 -0700
committerGitHub <noreply@github.com>2020-08-27 12:48:16 -0400
commit83e655b9a252cf623b2f5c094212375723457285 (patch)
tree3ed048cc92507e532d410bc65d26210b76fb1a9d /src/components/search
parent72020ab9d2456576b72eb06a05b0649734cef007 (diff)
[TMA-132] App Splash Screen (#38)
* Add splash screen to onboarding stack * Fix improper wizard behavior * Set search bar autoCapitalize to none * Add splash screen fade transition * Update stack navigator screenOptions
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>