Nicolas Gallagher
Nicolas Gallagher
The babel plugin can be used by web builds to inline the component wrapper and remove the runtime overhead. Fix #23
Implements a partial polyfill for non-inheritable 'visibility'. This does not polyfill the web behavior of being able to selectively override the 'visibility' of elements nested within an element with 'visibility:hidden'....
### Describe the feature request The RSD example app uses Expo to target Android, iOS, and Web but does not support extracting styles to an external CSS file for web....
### Describe the feature request Support `css.keyframes` on native. We can use `Animated` to polyfill this API and the following CSS props: * `animationDelay` * `animationDirection` * `animationDuration` * `animationFillMode`...
### Describe the feature request Generate a TypeScript libdef for the npm package
### Describe the feature request Our plan is to try to inline the wrapper component on web, as it is relatively simple as long as some of its dependencies can...
### Describe the feature request React Native does not document how to enable the various web capabilities currently implemented on the Fabric architecture in the canary releases. Once that is...
### Describe the feature request Support the [`` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog). This element is not currently supported on native.
### Describe the feature request Support the [`` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/svg). This element is not currently supported on native.
### Describe the feature request Support the [`` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/color). This element is not currently supported on native.