<Textstyle={styles.mainText}>{this.state.lastNotification?this.state.lastNotification.body+` (opened at ''${this.state.notificationRxTime})`:"N/A"}</Text>
<Textstyle={styles.bodyText}>{this.state.initialNotification?'Opened from notification':''}</Text>
<Textstyle={styles.bodyText}>Lastnotification:{this.state.lastNotification?'\n'+this.state.lastNotification.body+` (opened at ''${this.state.notificationRxTime})`:"N/A"}</Text>