This website works better with JavaScript.
Home
Explore
Help
Sign In
ohtaekwon
/
new-react-native-date-picker
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
ios clone as default
master
Henning Hall
5 years ago
parent
a8267f4da6
commit
3466f1f834
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
defaultProps.js
+1
-1
examples/detox/src/examples/Advanced.js
+ 1
- 1
defaultProps.js
View File
@ -1,5 +1,5 @@
export
default
{
mode
:
'datetime'
,
minuteInterval
:
1
,
androidVariant
:
'n
ativ
e
Android
'
,
androidVariant
:
'
iosClo
ne'
,
}
+ 1
- 1
examples/detox/src/examples/Advanced.js
View File
@ -38,7 +38,7 @@ export default class Advanced extends Component {
timeZoneOffsetInMinutes
:
undefined
,
minuteInterval
:
1
,
dateString
:
''
,
androidVariant
:
'n
ativ
e
Android
'
,
androidVariant
:
'
iosClo
ne'
,
}
render
(
)
{
Write
Preview
Loading…
Cancel
Save