|
135 | 135 | "jsSrcsDir": "./src/fabric",
|
136 | 136 | "android": {
|
137 | 137 | "javaPackageName": "com.horcrux.svg"
|
| 138 | + }, |
| 139 | + "ios": { |
| 140 | + "componentProvider": { |
| 141 | + "RNSVGCircle": "RNSVGCircle", |
| 142 | + "RNSVGClipPath": "RNSVGClipPath", |
| 143 | + "RNSVGDefs": "RNSVGDefs", |
| 144 | + "RNSVGEllipse": "RNSVGEllipse", |
| 145 | + "RNSVGFeBlend": "RNSVGFeBlend", |
| 146 | + "RNSVGFeColorMatrix": "RNSVGFeColorMatrix", |
| 147 | + "RNSVGFeComposite": "RNSVGFeComposite", |
| 148 | + "RNSVGFeFlood": "RNSVGFeFlood", |
| 149 | + "RNSVGFeGaussianBlur": "RNSVGFeGaussianBlur", |
| 150 | + "RNSVGFeMerge": "RNSVGFeMerge", |
| 151 | + "RNSVGFeOffset": "RNSVGFeOffset", |
| 152 | + "RNSVGFilter": "RNSVGFilter", |
| 153 | + "RNSVGForeignObject": "RNSVGForeignObject", |
| 154 | + "RNSVGGroup": "RNSVGGroup", |
| 155 | + "RNSVGImage": "RNSVGImage", |
| 156 | + "RNSVGLine": "RNSVGLine", |
| 157 | + "RNSVGLinearGradient": "RNSVGLinearGradient", |
| 158 | + "RNSVGMarker": "RNSVGMarker", |
| 159 | + "RNSVGMask": "RNSVGMask", |
| 160 | + "RNSVGPath": "RNSVGPath", |
| 161 | + "RNSVGPattern": "RNSVGPattern", |
| 162 | + "RNSVGRadialGradient": "RNSVGRadialGradient", |
| 163 | + "RNSVGRect": "RNSVGRect", |
| 164 | + "RNSVGSvgView": "RNSVGSvgView", |
| 165 | + "RNSVGSymbol": "RNSVGSymbol", |
| 166 | + "RNSVGTSpan": "RNSVGTSpan", |
| 167 | + "RNSVGText": "RNSVGText", |
| 168 | + "RNSVGTextPath": "RNSVGTextPath", |
| 169 | + "RNSVGUse": "RNSVGUse" |
| 170 | + } |
138 | 171 | }
|
139 | 172 | },
|
140 | 173 | "packageManager": "[email protected]"
|
|
0 commit comments