Fix: Specify the title for timePicker in IOS
This commit is contained in:
@@ -94,6 +94,7 @@ const Temperature = ({ data, date, save }) => {
|
||||
onConfirm={setTime}
|
||||
onCancel={() => setIsTimePickerVisible(false)}
|
||||
display={Platform.OS === 'ios' ? 'spinner' : 'default'}
|
||||
headerTextIOS="Pick a time"
|
||||
/>
|
||||
</Segment>
|
||||
</React.Fragment>
|
||||
|
||||
Reference in New Issue
Block a user