Rahul Halder
Rahul Halder
Hey @kothariji , Added a PR #46 , adds A2OJ problems ( Div2 B ). Please have a look at it.
You can assign this to somebody else if they want to work on it. I wont be able to work on this anymore.
Hey @Unknown051 , i fixed it in my code by seprating the `CalenderContext` in a different file and importing the same where ever needed.
@Unknown051 If you check the file [`src/datePicker/DatePicker.js`](https://github.com/HosseinShabani/react-native-modern-datepicker/blob/master/src/datePicker/DatePicker.js) ```js const CalendarContext = createContext(); const useCalendar = () => { const contextValue = useContext(CalendarContext); return contextValue; }; ``` This piece of code...
@CDBridger how did you fix this ? @radex facing this issue, any idea on why this is happening ?
@Sing-Li  Okay so i found out, this is one of the main reasons, the data itself is taking around 2 seconds to load. What we can do to resolve...
@galih56 were you able to solve this issue ?