Guest User

Untitled

a guest
Aug 17th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. if (this.props.usageTip =! '' && this.props.firstTimeLoading) {
  2. return (
  3. <Text style={styles.disclaimerTextStyle}>{this.props.usageTip}</Text>
  4. );
  5. }
  6.  
  7. if (this.props.firstTimeLoading && (this.props.usageTip ==! '')) {
  8. return (
  9. <Text style={styles.disclaimerTextStyle}>{this.props.usageTip}</Text>
  10. );
  11. }
Add Comment
Please, Sign In to add comment