Cedric van Putten
Cedric van Putten
This adds support for JSX, I only could find the scope `meta.jsx.js` in all of my React projects. I'm not sure if that's ok, but I think it's the only...
# Why This is a draft to document the usage of EAS Metadata # How Added docs # Test Plan See docs: http://localhost:3002/eas-metadata/ # Checklist - [ ] Documentation is...
The [notifications page](https://docs.expo.io/versions/latest/sdk/notifications/#types) has a lot of different types, including the _trigger-input_ and _trigger_ types. These are not that easily distinguishable from each other, causing issues like #8996. If we...
# Why See Package Manager API proposal # How See Package Manager API proposal # Test Plan - Includes breaking changes, especially for the versioned CLI (don't merge yet) -...
# Why We need a way to render the EAS Metadata JSON Schema in our docs. This schema should be the single source of truth for the documentation, just like...
### Summary One of our partners reported issues in verifying app links on Android. They added the `expo.android.intentFilters`, with the `autoVerify` property set to true. We found out that the...
# Why This should add some missing tests for the `YarnPackageManager` and `NpmPackageManager`, and make it on par with the `PnpmPackageManager`. # How - Split the package managers outside the...
# Why > Note, this is just a proposal. With this PR, we could move EAS and classic turtle back to use `@expo/package-manager` _and_ add support for pnpm. In EAS...
# Why This is required in EAS to run installAsync after running prebuild. Some packages might have changed, and thus changes the lockfile. [Pnpm automatically enables this on CI environments.](https://pnpm.io/cli/install#--frozen-lockfile)...
# Why The workflows were still using Node 12 and 14, older action versions and were missing concurrency. # How See commits # Test Plan Test if CI still works