react-native-web
react-native-web copied to clipboard
Cross-platform React UI packages
**The problem** Calling `measureLayout` relative to a `ScrollView` returns the incorrect `y` value when the scroll position is greater than 0. **How to reproduce** Simplified test case: https://codesandbox.io/s/lucid-sea-rq0ny?file=/src/App.js:0-1339 Steps to...
**The problem** - Focusing a `Text` component and hitting `[enter]` no longer invokes `onPress` - Looks like a regression introduced with 2a930b7e3f7f58638e457e1f15b608c6f6c010e8 **How to reproduce** Simplified test case: https://codesandbox.io/s/wonderful-dawn-fdity?file=/src/App.js Steps...
**Is your feature request related to a problem? Please describe.** I need to set some unsupported properties on an `` such as `background-blend-mode` and related values. It seems that any...
The `Text` component supports different options for `ellipsizeMode`, rather than assuming a trailing-edge '...'. This change adds support for `ellipsizeMode="clip"` -- but only in one special case: `numberOfLines={1}`. This is...
## Expected Result: - When copying text in `` that when you highlight lines of text, including across multiple messages, that the text is highlighted in order from top to...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue All change listeners on `Dimensions` are called on the first...
I work with a team working for the [Beacon](https://beacon.works) project which is owned by [Embraer](https://embraer.com). We've been using `react-native-web` in production for about 3 years now.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue Hovering Pressables inside of another, _disabled_ pressable no longer works....
0.19 dev
Canary: `npm install [email protected]` * [change] React 18 `createRoot` support. * [change] Update `Animated` to support React 18, including new `AnimatedColor` node. * [change] Map `'button'` and `'paragraph'` role to...
### Is there an existing request? - [X] I have searched for this request ### Describe the feature request The Touchables are no longer recommended in React Native and have...