Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ exports[`BasicInfo Component navigates to address page when form is valid and co
onChangeText={[Function]}
onFocus={[Function]}
onSubmitEditing={[Function]}
placeholder="(555) 555-1234"
placeholder="(555) 123-4567"
placeholderTextColor="#9ca1af"
style={
{
Expand Down Expand Up @@ -2202,7 +2202,7 @@ exports[`BasicInfo Component render matches snapshot 1`] = `
onChangeText={[Function]}
onFocus={[Function]}
onSubmitEditing={[Function]}
placeholder="(555) 555-1234"
placeholder="(555) 123-4567"
placeholderTextColor="#9ca1af"
style={
{
Expand Down Expand Up @@ -3544,7 +3544,7 @@ exports[`BasicInfo Component snapshot matches validation errors when continue is
onChangeText={[Function]}
onFocus={[Function]}
onSubmitEditing={[Function]}
placeholder="(555) 555-1234"
placeholder="(555) 123-4567"
placeholderTextColor="#9ca1af"
style={
{
Expand Down
Loading
Loading