HosseinShabani / react-native-modern-datepicker

A customizable calendar, time & month picker for React Native (including Persian Jalaali calendar & locale)
MIT License
577 stars 165 forks source link

Fix "Require Cycle" Warning #115

Open n-ii-ma opened 2 years ago

n-ii-ma commented 2 years ago

Fixed the "Require Cycle" Warning by modifying the implementation of component exports and React's Context API.