Richard Juevesano

Results 15 comments of Richard Juevesano

So I have this configuration ``` ``` I want to disabled `scrollToOnSetSelectedDate`. Right now, it's false but it's scrolling when selecting a date and it's not what I wanted to...

check this... so I'm showing it by weekly. Swiping and clicking the arrows works fine but on selecting a date, it will show the date/s from other week. i'm also...

> Try removing the prop > > ``` > selectedDate={moment()} > ``` > > That constructs a new date of today on every render. The date might be the same,...

> RN 0.67.2 -> 0.66 or older. it worked works for me.. thanks @gk37497

```android_set_version_code(version_code: 1690964015)``` I'm getting this error

(FIXED) by adding `gradle_file` :) ``` android_set_version_code( version_code: ENV["ANDROID_VERSION_CODE"], gradle_file: './android/app/build.gradle' ) ```

Is there a way to turn-off push notifications if the app is active and turn-on if not active? I want to render an in-app notification if app is active.