Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support more web props and styles #2379

Closed
1 task done
Tracked by #2377
necolas opened this issue Aug 25, 2022 · 1 comment
Closed
1 task done
Tracked by #2377

Support more web props and styles #2379

necolas opened this issue Aug 25, 2022 · 1 comment
Assignees
Labels
enhancement Requires extension or creation of new React Native API has: pr Subject of a pull request project:react-native-web Issue associated with react-native-web

Comments

@necolas
Copy link
Owner

necolas commented Aug 25, 2022

Is there an existing request?

  • I have searched for this request

Describe the feature request

Support the features of this RFC that React Native will eventually adopt https://github.com/necolas/discussions-and-proposals/blob/reduce-fragmentation/proposals/0000-reduce-fragmentation.md

@necolas necolas added the enhancement Requires extension or creation of new React Native API label Aug 25, 2022
@necolas necolas added this to the 0.19: React 18 milestone Aug 25, 2022
@necolas necolas added the project:react-native-web Issue associated with react-native-web label Aug 26, 2022
@necolas necolas self-assigned this Aug 26, 2022
@necolas necolas mentioned this issue Oct 27, 2022
9 tasks
necolas added a commit that referenced this issue Nov 28, 2022
* Add support for 'aria-*' and 'role' props.
* Add support for 'id' and 'tabIndex' props.
* Add support for 'pointerEvents' and 'userSelect' styles.
* Deprecate 'accessibility*' props.
* Deprecate 'nativeId' and 'focusable' props.
* Deprecate 'pointerEvents' and 'selectable' props.

Ref #2379
necolas added a commit that referenced this issue Nov 28, 2022
* Add support for 'enterKeyHint' prop.
* Add support for 'inputMode' prop.
* Add support for 'readOnly' prop.
* Add support for 'rows' prop.
* Deprecate 'keyboardType' prop.
* Deprecate 'returnKeyType' prop.
* Deprecate 'editable' prop.
* Deprecate 'numberOfLines' prop.

Ref #2379
necolas added a commit that referenced this issue Dec 27, 2022
* Add support for 'aria-*' and 'role' props.
* Add support for 'id' and 'tabIndex' props.
* Add support for 'pointerEvents' and 'userSelect' styles.
* Deprecate 'accessibility*' props.
* Deprecate 'nativeId' and 'focusable' props.
* Deprecate 'pointerEvents' and 'selectable' props.

Ref #2379
necolas added a commit that referenced this issue Dec 27, 2022
* Add support for 'enterKeyHint' prop.
* Add support for 'inputMode' prop.
* Add support for 'readOnly' prop.
* Add support for 'rows' prop.
* Deprecate 'keyboardType' prop.
* Deprecate 'returnKeyType' prop.
* Deprecate 'editable' prop.
* Deprecate 'numberOfLines' prop.

Ref #2379
necolas added a commit that referenced this issue Dec 27, 2022
* Add support for space-separated values.
* Deprecate array values.

Ref #2379
necolas added a commit that referenced this issue Dec 27, 2022
* Add support for verticalAlign style.
* Deprecate textAlignVertical style.

Ref #2379
necolas added a commit that referenced this issue Dec 27, 2022
Use space-separated values per W3C standard.

Ref #2379
necolas added a commit that referenced this issue Dec 27, 2022
* Support logical styles like 'marginInlineStart' and
  'insetInlineStart' via polyfills.
* Deprecate non-standard 'marginStart' etc. properties.

Ref #2379
@necolas necolas added the has: pr Subject of a pull request label Feb 13, 2023
@Sharcoux
Copy link

Sharcoux commented Mar 9, 2023

This is an awesome project.

I worked on reducing the css fragmentation with rn-css

It brings hover, media queries and units support, and some other web features, to React-Native. It uses style-components syntax, but maybe we could adapt it?

necolas added a commit that referenced this issue Mar 20, 2023
* Add support for 'aria-*' and 'role' props.
* Add support for 'id' and 'tabIndex' props.
* Add support for 'pointerEvents' and 'userSelect' styles.
* Deprecate 'accessibility*' props.
* Deprecate 'nativeId' and 'focusable' props.
* Deprecate 'pointerEvents' and 'selectable' props.

Ref #2379
necolas added a commit that referenced this issue Mar 20, 2023
* Add support for 'enterKeyHint' prop.
* Add support for 'inputMode' prop.
* Add support for 'readOnly' prop.
* Add support for 'rows' prop.
* Deprecate 'keyboardType' prop.
* Deprecate 'returnKeyType' prop.
* Deprecate 'editable' prop.
* Deprecate 'numberOfLines' prop.

Ref #2379
necolas added a commit that referenced this issue Mar 20, 2023
* Add support for space-separated values.
* Deprecate array values.

Ref #2379
necolas added a commit that referenced this issue Mar 20, 2023
* Add support for verticalAlign style.
* Deprecate textAlignVertical style.

Ref #2379
necolas added a commit that referenced this issue Mar 20, 2023
Use space-separated values per W3C standard.

Ref #2379
necolas added a commit that referenced this issue Mar 20, 2023
* Support logical styles like 'marginInlineStart' and
  'insetInlineStart' via polyfills.
* Deprecate non-standard 'marginStart' etc. properties.

Ref #2379
@necolas necolas closed this as completed Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Requires extension or creation of new React Native API has: pr Subject of a pull request project:react-native-web Issue associated with react-native-web
Projects
None yet
Development

No branches or pull requests

2 participants