Adam Gerthel
Adam Gerthel
I'm trying to use the unique filter on a property called 'InköpsNr', but I'm getting the following error: > Lexer Error: Unexpected next character at columns 3-3 [ö] in expression...
I have a stumbled on a problem with nested objects where I pass a value to the child, like so: ``` constructor(foo) { this.someValue = foo; } ``` After hydrating,...
### Are you submitting a **bug report** or a **feature request**? Not sure if it's a bug or a if it works as intended ### What is the current behavior?...
I'm using react-native-safe-area-context in combination with [react-native-android-immersive-mode](https://github.com/jayli3n/react-native-android-immersive-mode) but the bottom inset value seems to still include the navigation bar height even though it's not there (see [official Android docs on...
I just installed this package in order to fix notch problems on my app. However, I immediately stumbled upon a problem: The inset values don't make sense to me. I'm...
**Is your feature request related to a problem? Please describe.** I'm always frustrated when I'm traversing a stored objects that have a lot of embedded objects, because I can't go...
**Describe the bug** `ICarouselInstance.scrollTo` has a TS declaration which doesn't seem to match the documentation. According to TypeScript, `scrollTo` accepts a `TCarouselActionOptions`, but according to the documentation, it expects a...
**Describe the bug** I want to see the carousel items that are outside of the carousel view. I've added `overflow: visible` to the carousel style, but it seems to have...
## Description The `disabled` prop on TouchableOpacity component is ignored on Android when using the built in screen reader (i.e. TalkBack). The onPress function is triggered no matter the value...
## Description I have a calendar in which the user can selects multiple dates. For styling reasons, I need to use a custom day component. When doing so, it seems...