react-native-web icon indicating copy to clipboard operation
react-native-web copied to clipboard

Cross-platform React UI packages

Results 230 react-native-web issues
Sort by recently updated
recently updated
newest added

https://facebook.github.io/react-native/docs/refreshcontrol

project:react-native-web

I found a potential [prototype pollution vulnerability](https://raw.githubusercontent.com/HoLyVieR/prototype-pollution-nsec18/master/paper/JavaScript_prototype_pollution_attack_in_NodeJS.pdf) while reading the code of the package. I'm not sure if it has any security impact, but I think it's better to fix...

The PR removes the workaround for `background-clip` when prefixing. The fix has been submitted to `inline-style-prefixer` as well, see https://github.com/robinweser/inline-style-prefixer/pull/221

project:react-native-web

**Problem** As noted in #1786 there are a few ways that images could serve customers better. In particular, this diff explicitly aims to fix: #1636 and #2171. (Happy to break...

This PR is just a DRAFT and placeholder with description. The code changes will be spited into smaller, easier to review PRs. ![image](https://user-images.githubusercontent.com/6961047/147938199-6911fee0-79b2-400c-928c-57eb7056d2df.png) This PR adds the multi-window (also iframe)...

closes #1027 * Implements `RefreshControl` * Add stories for the same

Here is fixed PR #1470 for latest react-native-web. Left almost everything as it is. Please tell, if something is not ok. This is my first contribute experience =)

Add support for [TV Devices](https://reactnative.dev/docs/building-for-apple-tv#code-changes): - Platform.isTV - hasTVPreferredFocus - nextFocusLeft - nextFocusRight - nextFocusTop - nextFocusBottom - TVEventHandler global events - Touchable events - Touchable UI changes on select...

I am always impressed by this project and today is finally the day to give a little bit back! 😃 This PR is the first version of using the full...