From 83e655b9a252cf623b2f5c094212375723457285 Mon Sep 17 00:00:00 2001 From: Leon Jiang <35908040+leonyjiang@users.noreply.github.com> Date: Thu, 27 Aug 2020 09:48:16 -0700 Subject: [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 --- src/components/search/SearchBar.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/search') 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 = ({ placeholderTextColor={'#fff'} onSubmitEditing={handleSubmit} clearButtonMode="while-editing" + autoCapitalize="none" {...{value, onChangeText, onFocus, onBlur}} /> -- cgit v1.2.3-70-g09d2