gusparis / react-native-month-year-picker

React Native Month Picker component for iOS & Android
MIT License
105 stars 73 forks source link

RNMontPicker was not found in UIManager #59

Closed nwpnkmngm closed 3 years ago

nwpnkmngm commented 3 years ago

my code

<MonthYearPicker locale="ko" onChange={date => console.log(date)} minimumDate={new Date()} maximumDate={new Date(2025, 5)} value={new Date()} />

gusparis commented 3 years ago

hey! what RN version are you using? did you link the library? Are you running on Expo?

gusparis commented 3 years ago

I'll close this due to inactivity.

search654321 commented 2 years ago

Hi I get the same issue, I'm on expo