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
/
index.js
5 lines
(3 loc)
•
99 B
JavaScript
View Raw
1
2
3
4
5
import
MonthPicker
from
'./MonthPicker'
;
export
*
from
'./constants'
;
export
default
MonthPicker
;