Yawar Shah
Yawar Shah
expCalendarView.setOnDateClickListener(new OnExpDateClickListener()).setOnMonthScrollListener(new OnMonthScrollListener() { @Override public void onMonthChange(int year, int month) { YearMonthTv.setText(getMonthName(month) + " " + year); } ``` @Override public void onMonthScroll(float positionOffset) { } }); expCalendarView.setOnDateClickListener(new OnDateClickListener()...
@SpongeBobSun as you can see I need to utilize both the month scroll and date selection functionality. If I dont use the second listener the calendar shows dates that are...
Hi, did you find the issue ? I am still facing this one. I can successfully connect to a device but immediately after it gets disconnected. I am not an...
> const { width, height } = Dimensions.get('window') thanks alot bro, it really helped me.
The foreground service is not working on Android 11.
I am facing the same issue. BackgroundGeolocation.stop() does stops the location service but it also hangs the UI for few minutes and then the app crashes for me.
Any updates on this issue @RonnyLark ? Were you able to proceed? We are also not able to proceed because of it.
@RonnyLark can you please share your package.json ?? Did you updated to react 18 ?