Lukas

Results 10 issues of Lukas

**Describe the bug** In the transition to typescript for VictoryLine a type override for the prop animate was made that breaks the typing. You can no longer give the animate...

Type: Bug :bug:
Issue: Accepted

Text-component supports AdjustsFontSizeToFit, TextField should support it aswell

**Describe the bug** When used together with zod 3.23 it will throw type errors in the `zodResolver()` function, all schemas does this **To Reproduce** Use latest release of @hookform/resolvers with...

Need more detail

**Describe the bug** Extending config for shadow works as long as the prefix dont conflict with default values **To Reproduce** Extend theme with a custom shadow, modify either `lg` or...

Hello. When we met at the mid-term review we talked about the test methodology. One thing we mentioned was that we wanted to run throughput tests with the different query-templates....

wontfix at the moment

I would like to be able to control the intensity of the dimming effect when the sheet is shown. Right now its very lightly dimmed only, I would like to...

Ive tried using various techniques such as using KeyboardAwareScrollView from react-native-keyboard-controller wihtout success. What is the recommended approach to achieving this? Regular use case would be a design wher eyou...

### Minimal reproducible example https://github.com/ljukas/expo-router-bugs ### What platform(s) does this occur on? Android ### Where did you reproduce the issue? in a development build, in a standalone app ### Summary...

needs review

Android implementation using just `['auto']` will not resize the sheet when the content changes, you need to use the following sizes `['auto', 'large']` for it to resize when content changes....

### Describe the bug DefaultValue from form instatiation is not inherited by `form.field` options inside render function ### Your minimal, reproducible example Se code below ### Steps to reproduce ```...