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
1.0.4
master
Henning Hall
7 years ago
parent
00a484b1fe
commit
fb8056fa02
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
README.md
+1
-1
package.json
+ 0
- 1
README.md
View File
@ -30,7 +30,6 @@ export default class App extends Component {
<
DatePicker
date={this.state.chosenDate}
onDateChange={this.setDate}
style={{ width: 300, height: 170 }}
/>
<
/
View
>
);
+ 1
- 1
package.json
View File
@ -1,6 +1,6 @@
{
"name"
:
"react-native-date-picker-x"
,
"version"
:
"1.0.
3
"
,
"version"
:
"1.0.
4
"
,
"description"
:
"A Cross Platform React Native Picker"
,
"main"
:
"index.js"
,
"scripts"
:
{
Write
Preview
Loading…
Cancel
Save