Cedric van Putten
Cedric van Putten
# Why Fixes ENG-11313 This documents some of the basic assumptions we make in the templating system of `create-expo`. # How - Updated readme # Test Plan Docs only change...
# Why During load-time benchmarking of individual files, I noticed we are building `__typetests__` into the `build` directory of the cli. This would then be included in the release itself....
# Why Fixes ENG-9686 # How Instead of erroring, we now warn when using a non-conventional `NODE_ENV` value. # Test Plan See added tests. - `NODE_ENV=yolo expod start` should warn...
# Why Fixes ENG-11312 This adds two things to the CLI 1. The concept of "pass-through" properties, using `expo [args] -- [pass-through]` 2. Use these pass-through properties as raw gradle...
## Summary: This adds a new warning for React Native 0.74, implementing the [RFC 0759](https://github.com/react-native-community/discussions-and-proposals/blob/nc/rnf/proposals/0759-react-native-frameworks.md#the-init-command) init command changes. - It's added inside `react-native/cli.js` to avoid warning users when actually executing...
### Linked issue This should speed up our tests in general. > ⚠️ On-hold until there is Windows support for `bun install`
### Linked issue Add support for both autocompletion and validation of config plugins, using the proposed schema feature. ### Additional context This is stacked on top of a few PRs...
### Description of the feature This seems to be the standard way of creating extensions. It also allows others to submit translations and makes the extension easier to use in...
### Description of the feature If you omit/forget to add the `working-directory`, you'll get a warning like: https://github.com/expo/eas-cli/issues/1779. It's sub-optimal and does not point users to the right fix. We...
# Why This is a POC for #2150, to test how we can support isolated modules in a good way. # How - Removed the existing "resolve expo binary" +...