-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
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
Milestone
Comments
necolas
added
the
enhancement
Requires extension or creation of new React Native API
label
Aug 25, 2022
necolas
added
the
project:react-native-web
Issue associated with react-native-web
label
Aug 26, 2022
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
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
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
Is there an existing 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
The text was updated successfully, but these errors were encountered: