Nicolas Gallagher
Nicolas Gallagher
This module generates new a11y id's every render, meaning that pure render mixin doesn't work.
For example, only `margin: 0` allowed on root, no other use of margin.
Probably doesn't let you use namespaces at the moment.
Might be nice to have a way of marking files to be linted as globals. Error if anything other than an element or attribute appears in any part of a...
- [ ] Can produce stylesheets with media queries stripped - [ ] Can combine media queries and place them at the end of the document
Close #2678 Fix #2672
### Description React Native is missing support for `textAlign:start` and `textAlign:end` on Text and TextInput elements - https://developer.mozilla.org/en-US/docs/Web/CSS/text-align#syntax These values are important for supporting RTL layouts, and should react to...
The current `Platform` mock is missing `reactNativeVersion` in the `constants` mock, but we need it for internal unit tests. Reviewed By: amyogit Differential Revision: D59343139
The website docs are missing information about the CLI and the full set of supported configuration options.
Bypass the React Native "View" component for "ViewNativeComponent". RSD currently does all the intermediate transforms that View otherwise does in React Native.