UNPKG
react-native-cn-month-year-picker
Version:
latest (1.7.3)
1.7.3
1.7.2
1.7.1
1.7.0
1.6.4
React Native Month Picker component for iOS & Android
CruzNadin/react-native-cn-month-year-picker
react-native-cn-month-year-picker
/
src
/
constants.js
6 lines
(5 loc)
•
221 B
JavaScript
View Raw
1
2
3
4
5
6
export
const
ACTION_DATE_SET
=
'dateSetAction'
;
export
const
ACTION_DISMISSED
=
'dismissedAction'
;
export
const
ACTION_NEUTRAL
=
'neutralAction'
;
export
const
NATIVE_FORMAT
=
'M-YYYY'
;
export
const
DEFAULT_MODE
=
'full'
;