pgunasekara/mobilityai

Center the date picker when patient data request fails

teovoinea opened this issue · 0 comments

This is the block of code that's causing the issue.

<ScrollView>
<View>
<Text style={styles.errorText}>{this.state.error}</Text>
<View style={[styles.center, styles.widthSize]}>
<GetDate
date={this.setDate.bind(this)}
newDate={this.state.date}
/>
</View>
</View>
</ScrollView>