Skip to content

Commit

Permalink
Fix warning and android issue where save label gets truncated
Browse files Browse the repository at this point in the history
  • Loading branch information
iM-GeeKy committed Feb 1, 2025
1 parent 193debd commit cd01fbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions example/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"plugins": [
"expo-router"
],
"newArchEnabled": true,
"experiments": {
"typedRoutes": true
}
Expand Down
2 changes: 1 addition & 1 deletion src/Date/DatePickerModalHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function DatePickerModalHeader(
color={color}
testID="react-native-paper-dates-close"
/>
<Appbar.Content title={''} />
<Appbar.Content title={undefined} />
<Button
textColor={theme.isV3 ? theme.colors.primary : color}
onPress={props.onSave}
Expand Down

0 comments on commit cd01fbb

Please sign in to comment.