Christoph Pader
Christoph Pader
As described in [this P/S proposal](https://expensify.slack.com/archives/C01GTK53T8Q/p1712647832633819) i want to create mock implementations directly in `react-native-quick-sqlite` and `idb-keyval`, which we can then use to improve and add new (unit) tests in...
@tgolen (no need to add comments yet) ### Details Based on the ideas and notes in https://github.com/Expensify/react-native-onyx/pull/526 ### Related Issues GH_LINK ### Automated Tests ### Manual Tests ### Author Checklist...
Adds a `enableSmoothing` prop to `` and adds the necessary logic to create the Skia path (`createGraphPath`) and calculate the Y position for the gesture (`getYForX`)
Upgrades the project to `react-native@^0.73.0` @mrousavy not sure if we want/can update the library, mostly just needed this PR to test my changes in https://github.com/margelo/react-native-graph/pull/100 in Xcode 15
In https://github.com/Expensify/react-native-onyx/pull/411 we changed code in Onyx to persist `null` values in cache, in order for the user to know, that a value has been accessed before but there's no...
This PR migrates this library to a Nitro module using the new `react-native-nitro-modules`. This PR includes changes from the following Sub-PRs that were needed to make this work: - https://github.com/margelo/react-native-quick-sqlite/pull/59
This PR adds a `publishPackageManager` config option to the `npm` plugin, which allows defining a different package manager than `npm` that is used for `publish` command. In my scenario this...
@mountiny ### Explanation of Change This PR includes a temporary fix for the slide in animations of modal screens like the `ProfileAvatar` screen. The reason the animation was not visible...
This issue is just to keep track of this proposal and eventually create a P/S in Slack ### Problem As discussed in [this issue](https://github.com/Expensify/App/pull/53475#issue-2715390810) and this [Slack thread](https://expensify.slack.com/archives/C083CKCMWRE/p1733241544952329?thread_ts=1733228986.361849&cid=C083CKCMWRE) we should...