This website works better with JavaScript.
Home
Explore
Help
Sign In
ohtaekwon
/
ist-react-native-date-picker
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
582
Commits
1
Branch
12 MiB
Java
74.9%
JavaScript
12.2%
Objective-C++
8.2%
Objective-C
2.9%
TypeScript
1.1%
Other
0.7%
Tree:
a2d7fe181a
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'a2d7fe181a'
${ noResults }
ist-react-native-date-picker
/
babel.config.js
12 lines
153 B
Raw
Blame
History
module
.
exports
=
{
presets
:
[
[
'@babel/preset-env'
,
{
targets
:
{
node
:
'current'
,
}
,
}
,
]
,
]
,
}