We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 193debd + cd01fbb commit f32b8eaCopy full SHA for f32b8ea
example/app.json
@@ -26,6 +26,7 @@
26
"plugins": [
27
"expo-router"
28
],
29
+ "newArchEnabled": true,
30
"experiments": {
31
"typedRoutes": true
32
}
src/Date/DatePickerModalHeader.tsx
@@ -44,7 +44,7 @@ export default function DatePickerModalHeader(
44
color={color}
45
testID="react-native-paper-dates-close"
46
/>
47
- <Appbar.Content title={''} />
+ <Appbar.Content title={undefined} />
48
<Button
49
textColor={theme.isV3 ? theme.colors.primary : color}
50
onPress={props.onSave}
0 commit comments