ngregory-rbi
ngregory-rbi
When `assembleAsync` is called in [this file](https://github.com/expo/expo-cli/blob/main/packages/expo-cli/src/commands/run/android/spawnGradleAsync.ts), the port argument gets added [here](https://github.com/expo/expo-cli/blob/main/packages/expo-cli/src/commands/run/android/spawnGradleAsync.ts#L52). The function then calls `spawnGradleAsync`, which added the flag again [here](https://github.com/expo/expo-cli/blob/main/packages/expo-cli/src/commands/run/android/spawnGradleAsync.ts#L80). I don't think added the flag...
## Describe the Feature I am currently on a project that is inheriting the native modules and components from another React Native project. Due to constraints, we cannot simply fork...
**Is your feature request related to a problem? Please describe.** The plugin `typed-document-node` is tightly coupled with `typescript` and `typescript-operations`. If one would want to generate their types in one...
## Describe the bug ## Expected Behavior The YAML Language Server respects the `$schema` property and checks against the meta-schema defined by it. ## Current Behavior The YAML Language Server...
It seems `text` and `span` elements default to their own render functions, even when overridden with the `types` object. Is thus to be expected?
# Bug Placing two `Rect`s next to each other with the same gradient fill leads to them appearing differently when a `rotate` transform is applied to the gradient. This only...