react-native-web
react-native-web copied to clipboard
Cross-platform React UI packages
https://facebook.github.io/react-native/docs/refreshcontrol
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
**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.  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...