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.
1 parent 00a484b commit fb8056fCopy full SHA for fb8056f
README.md
@@ -30,7 +30,6 @@ export default class App extends Component {
30
<DatePicker
31
date={this.state.chosenDate}
32
onDateChange={this.setDate}
33
- style={{ width: 300, height: 170 }}
34
/>
35
</View>
36
);
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-date-picker-x",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"description": "A Cross Platform React Native Picker",
5
"main": "index.js",
6
"scripts": {
0 commit comments