Nathan Ahn
Nathan Ahn
## Findings I ran two tests to determine that `excludedPackages` isn't working. Both using [react-native-skia](https://shopify.github.io/react-native-skia/) which is known to have a [significant iOS bundle size of ~5.8 MB](https://shopify.github.io/react-native-skia/docs/getting-started/bundle-size). Resulting bundle...
## Reproducing Unfortunately, I haven't been able to reproduce this in a simpler environment due to unrelated build issues, but essentially I have a barebones `App.tsx` file with no other...
## Cause This issue occurs when `expo.ios.infoPlist.UIBackgroundModes` is configured in `app.json`. In my case, with `["fetch", "remote-notification"]`. This causes the error `Invalid Info.plist key. App clip "APP CLIP NAME HERE"...
# Detection EAS build failing due to `error: The UIDeviceFamily of an App Clip ('[1]') must be equal to the UIDeviceFamily of its containing parent app ('[1, 2]').`. After manually...
# Detection This bug was extremely difficult to find, so I figured I'd add this section in case anyone is digging through all the closed issues like I was. I...
**Feature Description** Currently, the behavior for long messages is to truncate the text to fit on one line. I believe it would make more sense for the view to increase...
As far as I can tell, there was previously no good way to pass props directly into the component loaded by `WithSkiaWeb`. This pull request adds a typed `componentProps` field...
### Is your feature request related to a problem? Please describe. I'd like to add more flexibility for persisted operations to allow developers to insert a custom hashing function instead...
### Describe the bug When using uWebSockets.js with Yoga, cookies with multiple values are duplicated. Example: `name=value0; SameSite=None; Secure, name=value1; SameSite=Strict; Secure` -> `name=value0; SameSite=None; Secure, name=value1; SameSite=Strict; Secure, name=value0;...
### Description ## Description I believe Atlas could cover a wider range of use-cases with support for individual opacity. I've done some experimentation, and as far as I can tell,...