Skip to content

Commit

Permalink
Add placeholder email addr.
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulgi committed Sep 3, 2018
1 parent 82b7bbc commit de3bf3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/pages/Onboarding/InputEmail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export class InputEmail extends React.Component<
Please enter your email address:
</Text>
<TextInput
placeholder="[email protected]"
onChangeText={text => this.setState({ emailAddress: text })}
value={this.state.emailAddress}
/>
Expand Down

0 comments on commit de3bf3f

Please sign in to comment.