React Native Material Date Picker
npm install --save react-native-material-date-picker
or
yarn add react-native-material-date-picker
import { ModalDatePicker } from "react-native-material-date-picker";
const App = () => {
return (
<View style={{flex: 1, alignSelf: 'stretch'}}>
<ModalDatePicker
button={<Text> Open </Text>}
locale="tr"
onSelect={(date) => console.log(date) }
isHideOnSelect={true}
initialDate={new Date()}
language={require('./locales/en.json')}. # Your localization file
/>
</View>
);
};
Params | Type | Default | Description |
---|---|---|---|
locale | string | en | Language of the picker |
color | string | #00B0FF | The selected date color |
style | Style | - | Style of the picker container |
onSelect | func | - | Run after selection of a date |
onForward | func | - | Run after go forward a day |
onBack | func | - | Run after go back a day |
onHidden | func | - | Run after hidden the picker (only ModalDatePicker) |
isHideOnSelect | boolean | false | Determines whether the modal will be closed (only ModalDatePicker) |
initialDate | Date | Now | Initial date for picker (only ModalDatePicker) |
language | JSON File | - | Your custom language file for months and days (Example) |
There seems to be quite some confusion about the legacy CLI. This template only works with the new CLI. Make sure you have uninstalled the legacy react-native-cli
first (npm uninstall -g react-native-cli
), for the below command to work. If you wish to not use npx
, you can also install the new CLI globally (npm i -g @react-native-community/cli
or yarn global add @react-native-community/cli
).
Author: ilkerkesici
Source Code: https://github.com/ilkerkesici/react-native-material-date-picker
Article covers: How native is react native?, React Native vs (Ionic, Cordova), Similarities and difference between React Native and Native App Development.
Skenix is providing React Native Development Services with qualified React Native App Developers. Get the best React Native App Development Services.
Are you a mobile app developer looking for more efficient tools for your projects? Mobile app development is getting tougher and tougher as the market continues to grow. As a developer, you need to develop Apps which meet the demands of your users. To achieve this, adopt the right tools, like the React Native development framework.
Looking for top React Native mobile app development company in USA for Startups & Enterprise? Find out the top list of React Native mobile app development company in USA.
Hire top react native app development company in New York to build and develop custom react native mobile apps for Android & iOS with the latest features.