alexfov

Results 4 comments of alexfov

You can use customHeader prop. ```js class CalendarHeader extends React.PureComponent { nextMonth = () => this.props.addMonth(1); prevMonth = () => this.props.addMonth(-1); addYear = () => this.props.addMonth(12) subYear = () =>...

Duplicate https://github.com/Rapsssito/react-native-background-actions/issues/121 here is the original issue. It's not solved yet.

I made a crunch to solve the problem without touching the native part. ```js //this variable is persistent until the app is reloaded with service off //so we check in...

I can confirm that it is a HUGE issue on android. User just can't do anything if the screen reader is on. Just use an the example from doc ```javascript...