Nicolas Gallagher
Nicolas Gallagher
Technically this is an Android-only component, but it's a popular interaction type for web apps too. https://facebook.github.io/react-native/docs/touchablenativefeedback.html
Multiline `TextInput` in React Native supports components as children. Along with #795 and #793, this may require switching to `contentEditable` for the `multiline` implementation, if not the single-line input.
Image can support HTTP-Verb, Headers or a Body along with the image request. The image loader may need to be implemented using `XMLHttpRequest`. https://facebook.github.io/react-native/docs/images#network-requests-for-images
Image can support an array of `sources`, one of which is selected based on the layout dimensions of the image. https://facebook.github.io/react-native/docs/image.html#source https://github.com/facebook/react-native/blob/master/Libraries/Image/Image.ios.js https://github.com/facebook/react-native/blob/master/Libraries/Image/Image.android.js
**Is your feature request related to a problem? Please describe.** Revisit mapping `accessibilityRole="button"` to `button` element. The current approach uses ARIA roles to achieve similar results due to [historical problems...
Neither the close button nor escape key work to exit a story
Hey, thanks for sharing this code and the great work on the clone. I noticed on the web there are no hrefs / link elements in the output, or semantic...
JavaScript comments are not removed from the built files and contribute to reported file size. I think comments should be stripped to provide realistic data that reflects what a production...
Updated: September 2023 The contents of the [RFC](https://github.com/necolas/discussions-and-proposals/blob/reduce-fragmentation/proposals/0000-reduce-fragmentation.md) are reproduced below. Also see [RFC: DOM traversal and layout APIs in React Native](https://github.com/react-native-community/discussions-and-proposals/pull/607) --- # RFC: React DOM for Native ##...
This is a proposal to expand React Native accessibility APIs, and to align those APIs with equivalent web standards, e.g., [WAI-ARIA](https://www.w3.org/TR/wai-aria-1.2/). The aim is to provide developers with a single,...