Olivier

Results 3 comments of Olivier

Hello you can add manually the fix in UnlockScreenActivity.java https://github.com/bkdev98/react-native-incoming-call/pull/19/files Just add the function player.prepareAsync(); Work for me

Is there any news on this feature to have a default view as calendar instead of selected day. Can someone help please ?

OK, I figured it out based on @cylim answer In module/src/agenda/index.js onScrollPadLayout() { replaced _this.setScrollPadPosition(this.initialScrollPadPosition(), false);_ by _this.setScrollPadPosition(0, true); this.enableCalendarScrolling();_