Kris Wong

Results 10 issues of Kris Wong

Using the plugin with gradle 4.3 and gradle plugin 3.0.1 causes the following: Caused by: java.lang.NullPointerException at org.gradle.api.internal.tasks.DefaultTaskDependency.add(DefaultTaskDependency.java:147) at org.gradle.api.internal.AbstractTask$20.run(AbstractTask.java:862) at org.gradle.api.internal.tasks.TaskMutator.mutate(TaskMutator.java:40) at org.gradle.api.internal.AbstractTask.mustRunAfter(AbstractTask.java:860) at com.trickyandroid.jacocoeverywhere.JacocoEverywhere.configureVariant(JacocoEverywhere.groovy:55) at org.gradle.internal.metaobject.BeanDynamicObject$GroovyObjectAdapter.invokeOpaqueMethod(BeanDynamicObject.java:579) at org.gradle.internal.metaobject.BeanDynamicObject$MetaClassAdapter.invokeMethod(BeanDynamicObject.java:506)...

### Current Behavior When I pass an `onPress` handler for a `Tabs.Tab`, on native it works correctly, but on web I have to press the tab twice before my handler...

bug

http://www.tzurl.org/zoneinfo-outlook/ America, amongst others, went missing.

### Current Behavior On Android only, when the `src` attribute is falsey, there's a console warning displayed and the fallback is not used. `ReactImageView: Image source "null" doesn't exist` null,...

### Current Behavior With any scroll view (vanilla scroll view, list, flat list, etc...) on native, pressing and dragging on certain elements on the screen will not scroll the scroll...

### Current Behavior The `ListItem` component ignores the `borderRadius` style. I am using the component in combination with `YGroup` as shown in the example here: https://tamagui.dev/ui/list-item. I am applying a...

**Describe the bug** The following error occurs when trying to display the picker on iOS: ERROR Invariant Violation: requireNativeComponent: "RNCPicker" was not found in the UIManager. This error is located...

### Current Behavior `AlertDialog` no longer opens on native. This is a regression. When the trigger is pressed, nothing happens. It works fine on web. ### Expected Behavior _No response_...

### Current Behavior The switch component causes React state errors: ``` ERROR Warning: Cannot update a component (`Theme`) while rendering a different component (`Switch`). To locate the bad setState() call...

### Current Behavior The `Tabs` component causes React state errors: ``` ERROR Warning: Cannot update a component (`wrapped`) while rendering a different component (`TabsTrigger`). To locate the bad setState() call...