Skip to content

Commit

Permalink
fix: Don't show keyboard at first when creating a new observation
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaclennan committed Aug 29, 2019
1 parent c145387 commit 988a4b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const DescriptionField = withNavigationFocus(({ isFocused }) => (
placeholderTextColor="silver"
underlineColorAndroid="transparent"
multiline
autoFocus={isFocused && !value}
autoFocus={false}
scrollEnabled={false}
textContentType="none"
/>
Expand Down

0 comments on commit 988a4b5

Please sign in to comment.