Alan Hughes
Alan Hughes
### Summary Creating a module using create-expo-module and running the example app, without any modifications, fails to render anything. Removing the text component that displays the output of the native...
# Why Closes #23282 Some unusual but valid URLs will fail to be created with `URL(string:)` example: https://matrix.to/#/#sh.itjust.works:matrix.org When this happens the URL is assumed to be a file which...
## Summary: Currently, when the `_currentColorScheme` is nil the default comes from `[UITraitCollection currentTraitCollection]` which provides the trait collection of the context it was called in. Generally, this will work...
# Why A common trend is to comment on closed issues with related problems. These are difficult to keep track of so I added a new label `Comments on closed...
# Why [Internal Slack](https://exponent-internal.slack.com/archives/C1QP38NQ5/p1706418393228329) # How Added a `useLegacyPackaging` property to allow users to revert to the old AGP behaviour of compressing native libs. # Test Plan - Used local...
# Why The casing on everything related to barcodes was inconsistent causing problems with autocomplete # How Fixed all instances of `Barcode` in the next package to be consistent #...
# Why Closes ENG-10690 Migrate media library to expo modules # How Usual migration steps # Test Plan bare-expo, all tests ✅
# Why When using a directory path the font plugin would add every file in the directory to the native project. It should only add supported font files. # How...
# Why Closes ENG-11315 # How Added a config plugin to `expo-asset` that allows adding assets to the native project. Supports `json, png, jpg, mp3, mp4, off, ttf, db, gif,...
# Why Closes ENG-10691 One of the last modules to be migrate # How Usual migration steps. # Test Plan bare-expo and NCL