nguyenhoanganhdev

Results 4 comments of nguyenhoanganhdev

> I think, reduced motion is also enabled if low power mode is active and device battery is

@hayate In my file android/build.gradle kotlinVersion doesn't have specify version. What should I do targetSdkVersion = Integer.parseInt(findProperty('android.targetSdkVersion') ?: '33') if (findProperty('android.kotlinVersion')) { kotlinVersion = findProperty('android.kotlinVersion') }

I have same issue. When set padding or margin even borderWidth for container have WeekCalendar. I fix it by set calendarWidth={measure.scree.width- "paddingHorizontal"}. And set the same for width container ....