Christoph Pader
Christoph Pader
# Feat: Quo2 Switcher tabs animation partly implements #13155 ### Summary Implement the animation for the new switcher component. The animation contains handling swiping to the left/right (Pan gesture) and...
Allow the user to show an indicator at the end of the graph. This indicator gets hidden once the hold/pan gesture gets started.
Implement `range` prop on `LinearGraph`, which allows to set custom ranges for the x/y axis. ==> Allow the graph to not cover the whole canvas. This PR also improves the...
Add `horizontalPadding` and `verticalPadding` props to `AnimatedLineGraph`, so the active dot/circle doesn't get cut off when using the pan gesture.
Create a config plugin for this library, in order to use the native code with Expo.
No according issue yet... ### Summary Implements the Token Gating component, as per design here: [https://www.figma.com/file/WQZcp6S0EnzxdTL4taoKDv/Mobile-Components?node-id=2463%3A39587](https://www.figma.com/file/WQZcp6S0EnzxdTL4taoKDv/Mobile-Components?node-id=2463%3A39587) #### Platforms - Android - iOS ##### Functional - public chats - group chats...
`react-native-reanimated` currently doesn't use `React.forwardRef` on their `FlatList` (functional) component, which makes it impossible to pass a ref to it. The included patch is already used in later versions of...
Original PR by @ArekChr: https://github.com/Expensify/react-native-fast-image/pull/6 --- This pull request introduces a new transformation method for handling Bitmap objects with a size limit. It provides an implementation that scales down the...
# Problem When the picker gets opened, the `` which contains the `` isn't responding to the modal opening. Since using the picker should feel like using keyboard, we need...