Package Exports
- react-native-css-interop/babel
- react-native-css-interop/babel.js
- react-native-css-interop/css-to-rn
- react-native-css-interop/css-to-rn/index.js
- react-native-css-interop/dist/css-to-rn
- react-native-css-interop/dist/css-to-rn/index.js
- react-native-css-interop/dist/runtime/components
- react-native-css-interop/dist/runtime/components.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-css-interop) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-native-css-interop
Provides a layer of interoperability between React Native and CSS stylesheets allowing to use CSS as a styling language for both React Native and React Native Web. The interoperability goes beyond basic styles allows the use of modern features such as CSS Variables, Viewport Units and, Media and Container queries.
This is not a full implementation of the CSS spec. It is a highly opinionated view on how React Native projects can work with CSS.