You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -515,6 +516,10 @@ Alternatively, use the `themeVariant` prop.
515
516
516
517
If true, the user won't be able to interact with the view.
517
518
519
+
#### `View Props` (`optional`, `iOS only`)
520
+
521
+
On iOS, you can pass any [View props](https://reactnative.dev/docs/view#props) to the component. Given that the underlying component is a native view, not all of them are guaranteed to be supported, but `testID` and `onLayout` are known to work.
522
+
518
523
#### `onError` (`optional`, `Android only`)
519
524
520
525
Callback that is called when an error occurs inside the date picker native code (such as null activity).
0 commit comments