mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-05 22:56:11 +00:00
PR based on https://github.com/software-mansion/react-native-svg/pull/1452 extracting `css` related components to different package to reduce the size of the package. ***THIS IS A BREAKING CHANGE***. From now on, you should import ``` SvgCss, SvgCssUri, SvgWithCss, SvgWithCssUri, inlineStyles, LocalSvg, WithLocalSvg, loadLocalRawResource, ``` from `react-native-svg/css` package instead.
6 lines
170 B
JSON
6 lines
170 B
JSON
{
|
|
"main": "../lib/commonjs/css/index",
|
|
"module": "../lib/module/css/index",
|
|
"react-native": "../src/css/index",
|
|
"types": "../lib/typescript/css/index"
|
|
} |