Alejandro

Results 8 issues of Alejandro

### Summary This PR closes #2628 The solution uses foreground effect on Android >= 23 when borderless is true. ### Test plan 1. Download this branch 2. Run on Android...

Allow support for input with KeyboardAvoidingView component on iOS ![footerinput](https://user-images.githubusercontent.com/12452003/107129633-7a8ebf00-68a5-11eb-8c11-503a6f53f6ab.gif)

### Have you read the Troubleshooting section? Yes ### Plugin version 5.10.3 ### ESLint version 8.39.0 ### Node.js version 16.20.0 ### package manager and version 8.19.4 ### Operating system macOS...

bug

**What kind of change does this PR introduce?** - [x] Bugfix - [ ] Feature - [ ] Code style update (formatting, local variables) - [ ] Refactoring (no functional...

**What is the purpose of this pull request?** - [ ] Documentation update - [x] Bug fix - [ ] New rule - [x] Changes an existing rule - [...

## Summary - react & react-dom version: `19.0.0-rc-3563387fe3-20240621` - node version: `20.14.0` When using react's preload method, the preload link tag is not created in certain cases. It works correctly...

Type: Discussion
React 19

## Summary Supports calling `loadableReady` once, when there are multiple hydration entry points. ### Example: - main entry: ```js initSomething() loadableReady(() => { window.dispatchEvent(new CustomEvent('loadable:ready')) }) ``` - app1 entry:...

## Summary ### Nonce The nonce option is not included, see [prerenderToNodeStream parameters](https://react.dev/reference/react-dom/static/prerenderToNodeStream#parameters) and [renderToPipeableStream parameters](https://react.dev/reference/react-dom/server/renderToPipeableStream#parameters). ### Documentation In [prerender](https://react.dev/reference/react-dom/static/prerender#parameters) and [prerenderToNodeStream](https://react.dev/reference/react-dom/static/prerenderToNodeStream#parameters), a link to the documentation about aborting server...

React 19