You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
about: Template for tracking patches applied to third-party libraries
4
+
---
5
+
6
+
If you haven't already, check out our [contributing guidelines](https://github.com/Expensify/App/blob/main/contributingGuides/CONTRIBUTING.md) and [patch guidelines](https://github.com/Expensify/App/blob/main/contributingGuides/PATCHES.md) for information on how to manage patches.
- Upstream PR/issue: <Please create an upstream PR fixing the patch. Link it here and if no upstream issue or PR exists, explain why>
92
+
- E/App issue: <Please create an E/App issue ([template](./../.github/ISSUE_TEMPLATE/NewPatchTemplate.md)) for each introduced patch. Link it here and if patch won't be removed in the future (no upstream PR exists) explain why>
93
+
- PR introducing patch: <Link to E/App (or Mobile-Expensify) PR that added the patch>
This patch updates the react-native-pdf.podspec to ensure compatibility with React Native's New Architecture on iOS by replacing manual dependency declarations
107
+
with Meta's recommended `install_modules_dependencies` function
108
+
```
69
109
70
-
- Reason: If the file name contains accented characters, the PDF load fails.
This patch updates the react-native-pdf.podspec to ensure compatibility with React Native's New Architecture on iOS by replacing manual dependency declarations
9
+
with Meta's recommended `install_modules_dependencies` function
- Reason: There was a visible glitching on initial load. The glitch was visible because two animated values: position and translateX were equal to 0 for a brief moment before changing to a proper value.
18
+
- Reason:
19
+
```
20
+
There was a visible glitching on initial load. The glitch was visible because two animated values:
21
+
position and translateX were equal to 0 for a brief moment before changing to a proper value.
0 commit comments