Fix: Specify the title for timePicker in IOS

This commit is contained in:
BloodyMarie
2022-04-10 21:16:06 +02:00
parent 9b5a717c7d
commit 1813bf82f9
3 changed files with 16 additions and 6 deletions
+1
View File
@@ -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>