diff --git a/.eslintignore b/.eslintignore index aae60c52..66867e13 100644 --- a/.eslintignore +++ b/.eslintignore @@ -4,5 +4,5 @@ Example/android/ Example/ios/ screenshots/ android/ -ios/ +apple/ src/lib/extract/transform.js diff --git a/RNSVG.podspec b/RNSVG.podspec index d8e01ad6..28eb91a5 100644 --- a/RNSVG.podspec +++ b/RNSVG.podspec @@ -11,7 +11,7 @@ Pod::Spec.new do |s| s.authors = 'Horcrux Chen' s.platforms = { :osx => "10.14", :ios => "9.0", :tvos => "9.2" } s.source = { :git => 'https://github.com/react-native-community/react-native-svg.git', :tag => "v#{s.version}" } - s.source_files = 'ios/**/*.{h,m}' + s.source_files = 'apple/**/*.{h,m}' s.ios.exclude_files = '**/*.macos.{h,m}' s.osx.exclude_files = '**/*.ios.{h,m}' s.requires_arc = true diff --git a/ios/.npmignore b/apple/.npmignore similarity index 100% rename from ios/.npmignore rename to apple/.npmignore diff --git a/ios/Brushes/RNSVGBrush.h b/apple/Brushes/RNSVGBrush.h similarity index 100% rename from ios/Brushes/RNSVGBrush.h rename to apple/Brushes/RNSVGBrush.h diff --git a/ios/Brushes/RNSVGBrush.m b/apple/Brushes/RNSVGBrush.m similarity index 100% rename from ios/Brushes/RNSVGBrush.m rename to apple/Brushes/RNSVGBrush.m diff --git a/ios/Brushes/RNSVGBrushType.h b/apple/Brushes/RNSVGBrushType.h similarity index 100% rename from ios/Brushes/RNSVGBrushType.h rename to apple/Brushes/RNSVGBrushType.h diff --git a/ios/Brushes/RNSVGContextBrush.h b/apple/Brushes/RNSVGContextBrush.h similarity index 100% rename from ios/Brushes/RNSVGContextBrush.h rename to apple/Brushes/RNSVGContextBrush.h diff --git a/ios/Brushes/RNSVGContextBrush.m b/apple/Brushes/RNSVGContextBrush.m similarity index 100% rename from ios/Brushes/RNSVGContextBrush.m rename to apple/Brushes/RNSVGContextBrush.m diff --git a/ios/Brushes/RNSVGPainter.h b/apple/Brushes/RNSVGPainter.h similarity index 100% rename from ios/Brushes/RNSVGPainter.h rename to apple/Brushes/RNSVGPainter.h diff --git a/ios/Brushes/RNSVGPainter.m b/apple/Brushes/RNSVGPainter.m similarity index 100% rename from ios/Brushes/RNSVGPainter.m rename to apple/Brushes/RNSVGPainter.m diff --git a/ios/Brushes/RNSVGPainterBrush.h b/apple/Brushes/RNSVGPainterBrush.h similarity index 100% rename from ios/Brushes/RNSVGPainterBrush.h rename to apple/Brushes/RNSVGPainterBrush.h diff --git a/ios/Brushes/RNSVGPainterBrush.m b/apple/Brushes/RNSVGPainterBrush.m similarity index 100% rename from ios/Brushes/RNSVGPainterBrush.m rename to apple/Brushes/RNSVGPainterBrush.m diff --git a/ios/Brushes/RNSVGSolidColorBrush.h b/apple/Brushes/RNSVGSolidColorBrush.h similarity index 100% rename from ios/Brushes/RNSVGSolidColorBrush.h rename to apple/Brushes/RNSVGSolidColorBrush.h diff --git a/ios/Brushes/RNSVGSolidColorBrush.m b/apple/Brushes/RNSVGSolidColorBrush.m similarity index 100% rename from ios/Brushes/RNSVGSolidColorBrush.m rename to apple/Brushes/RNSVGSolidColorBrush.m diff --git a/ios/Elements/RNSVGClipPath.h b/apple/Elements/RNSVGClipPath.h similarity index 100% rename from ios/Elements/RNSVGClipPath.h rename to apple/Elements/RNSVGClipPath.h diff --git a/ios/Elements/RNSVGClipPath.m b/apple/Elements/RNSVGClipPath.m similarity index 100% rename from ios/Elements/RNSVGClipPath.m rename to apple/Elements/RNSVGClipPath.m diff --git a/ios/Elements/RNSVGDefs.h b/apple/Elements/RNSVGDefs.h similarity index 100% rename from ios/Elements/RNSVGDefs.h rename to apple/Elements/RNSVGDefs.h diff --git a/ios/Elements/RNSVGDefs.m b/apple/Elements/RNSVGDefs.m similarity index 100% rename from ios/Elements/RNSVGDefs.m rename to apple/Elements/RNSVGDefs.m diff --git a/ios/Elements/RNSVGForeignObject.h b/apple/Elements/RNSVGForeignObject.h similarity index 100% rename from ios/Elements/RNSVGForeignObject.h rename to apple/Elements/RNSVGForeignObject.h diff --git a/ios/Elements/RNSVGForeignObject.m b/apple/Elements/RNSVGForeignObject.m similarity index 100% rename from ios/Elements/RNSVGForeignObject.m rename to apple/Elements/RNSVGForeignObject.m diff --git a/ios/Elements/RNSVGGroup.h b/apple/Elements/RNSVGGroup.h similarity index 100% rename from ios/Elements/RNSVGGroup.h rename to apple/Elements/RNSVGGroup.h diff --git a/ios/Elements/RNSVGGroup.m b/apple/Elements/RNSVGGroup.m similarity index 100% rename from ios/Elements/RNSVGGroup.m rename to apple/Elements/RNSVGGroup.m diff --git a/ios/Elements/RNSVGImage.h b/apple/Elements/RNSVGImage.h similarity index 100% rename from ios/Elements/RNSVGImage.h rename to apple/Elements/RNSVGImage.h diff --git a/ios/Elements/RNSVGImage.m b/apple/Elements/RNSVGImage.m similarity index 100% rename from ios/Elements/RNSVGImage.m rename to apple/Elements/RNSVGImage.m diff --git a/ios/Elements/RNSVGLinearGradient.h b/apple/Elements/RNSVGLinearGradient.h similarity index 100% rename from ios/Elements/RNSVGLinearGradient.h rename to apple/Elements/RNSVGLinearGradient.h diff --git a/ios/Elements/RNSVGLinearGradient.m b/apple/Elements/RNSVGLinearGradient.m similarity index 100% rename from ios/Elements/RNSVGLinearGradient.m rename to apple/Elements/RNSVGLinearGradient.m diff --git a/ios/Elements/RNSVGMarker.h b/apple/Elements/RNSVGMarker.h similarity index 100% rename from ios/Elements/RNSVGMarker.h rename to apple/Elements/RNSVGMarker.h diff --git a/ios/Elements/RNSVGMarker.m b/apple/Elements/RNSVGMarker.m similarity index 100% rename from ios/Elements/RNSVGMarker.m rename to apple/Elements/RNSVGMarker.m diff --git a/ios/Elements/RNSVGMask.h b/apple/Elements/RNSVGMask.h similarity index 100% rename from ios/Elements/RNSVGMask.h rename to apple/Elements/RNSVGMask.h diff --git a/ios/Elements/RNSVGMask.m b/apple/Elements/RNSVGMask.m similarity index 100% rename from ios/Elements/RNSVGMask.m rename to apple/Elements/RNSVGMask.m diff --git a/ios/Elements/RNSVGPath.h b/apple/Elements/RNSVGPath.h similarity index 100% rename from ios/Elements/RNSVGPath.h rename to apple/Elements/RNSVGPath.h diff --git a/ios/Elements/RNSVGPath.m b/apple/Elements/RNSVGPath.m similarity index 100% rename from ios/Elements/RNSVGPath.m rename to apple/Elements/RNSVGPath.m diff --git a/ios/Elements/RNSVGPattern.h b/apple/Elements/RNSVGPattern.h similarity index 100% rename from ios/Elements/RNSVGPattern.h rename to apple/Elements/RNSVGPattern.h diff --git a/ios/Elements/RNSVGPattern.m b/apple/Elements/RNSVGPattern.m similarity index 100% rename from ios/Elements/RNSVGPattern.m rename to apple/Elements/RNSVGPattern.m diff --git a/ios/Elements/RNSVGRadialGradient.h b/apple/Elements/RNSVGRadialGradient.h similarity index 100% rename from ios/Elements/RNSVGRadialGradient.h rename to apple/Elements/RNSVGRadialGradient.h diff --git a/ios/Elements/RNSVGRadialGradient.m b/apple/Elements/RNSVGRadialGradient.m similarity index 100% rename from ios/Elements/RNSVGRadialGradient.m rename to apple/Elements/RNSVGRadialGradient.m diff --git a/ios/Elements/RNSVGSvgView.h b/apple/Elements/RNSVGSvgView.h similarity index 100% rename from ios/Elements/RNSVGSvgView.h rename to apple/Elements/RNSVGSvgView.h diff --git a/ios/Elements/RNSVGSvgView.m b/apple/Elements/RNSVGSvgView.m similarity index 100% rename from ios/Elements/RNSVGSvgView.m rename to apple/Elements/RNSVGSvgView.m diff --git a/ios/Elements/RNSVGSymbol.h b/apple/Elements/RNSVGSymbol.h similarity index 100% rename from ios/Elements/RNSVGSymbol.h rename to apple/Elements/RNSVGSymbol.h diff --git a/ios/Elements/RNSVGSymbol.m b/apple/Elements/RNSVGSymbol.m similarity index 100% rename from ios/Elements/RNSVGSymbol.m rename to apple/Elements/RNSVGSymbol.m diff --git a/ios/Elements/RNSVGUse.h b/apple/Elements/RNSVGUse.h similarity index 100% rename from ios/Elements/RNSVGUse.h rename to apple/Elements/RNSVGUse.h diff --git a/ios/Elements/RNSVGUse.m b/apple/Elements/RNSVGUse.m similarity index 100% rename from ios/Elements/RNSVGUse.m rename to apple/Elements/RNSVGUse.m diff --git a/ios/RNSVG.xcodeproj/project.pbxproj b/apple/RNSVG.xcodeproj/project.pbxproj similarity index 100% rename from ios/RNSVG.xcodeproj/project.pbxproj rename to apple/RNSVG.xcodeproj/project.pbxproj diff --git a/ios/RNSVGContainer.h b/apple/RNSVGContainer.h similarity index 100% rename from ios/RNSVGContainer.h rename to apple/RNSVGContainer.h diff --git a/ios/RNSVGNode.h b/apple/RNSVGNode.h similarity index 100% rename from ios/RNSVGNode.h rename to apple/RNSVGNode.h diff --git a/ios/RNSVGNode.m b/apple/RNSVGNode.m similarity index 100% rename from ios/RNSVGNode.m rename to apple/RNSVGNode.m diff --git a/ios/RNSVGRenderable.h b/apple/RNSVGRenderable.h similarity index 100% rename from ios/RNSVGRenderable.h rename to apple/RNSVGRenderable.h diff --git a/ios/RNSVGRenderable.m b/apple/RNSVGRenderable.m similarity index 100% rename from ios/RNSVGRenderable.m rename to apple/RNSVGRenderable.m diff --git a/ios/RNSVGUIKit.h b/apple/RNSVGUIKit.h similarity index 100% rename from ios/RNSVGUIKit.h rename to apple/RNSVGUIKit.h diff --git a/ios/RNSVGUIKit.macos.m b/apple/RNSVGUIKit.macos.m similarity index 100% rename from ios/RNSVGUIKit.macos.m rename to apple/RNSVGUIKit.macos.m diff --git a/ios/Shapes/RNSVGCircle.h b/apple/Shapes/RNSVGCircle.h similarity index 100% rename from ios/Shapes/RNSVGCircle.h rename to apple/Shapes/RNSVGCircle.h diff --git a/ios/Shapes/RNSVGCircle.m b/apple/Shapes/RNSVGCircle.m similarity index 100% rename from ios/Shapes/RNSVGCircle.m rename to apple/Shapes/RNSVGCircle.m diff --git a/ios/Shapes/RNSVGEllipse.h b/apple/Shapes/RNSVGEllipse.h similarity index 100% rename from ios/Shapes/RNSVGEllipse.h rename to apple/Shapes/RNSVGEllipse.h diff --git a/ios/Shapes/RNSVGEllipse.m b/apple/Shapes/RNSVGEllipse.m similarity index 100% rename from ios/Shapes/RNSVGEllipse.m rename to apple/Shapes/RNSVGEllipse.m diff --git a/ios/Shapes/RNSVGLine.h b/apple/Shapes/RNSVGLine.h similarity index 100% rename from ios/Shapes/RNSVGLine.h rename to apple/Shapes/RNSVGLine.h diff --git a/ios/Shapes/RNSVGLine.m b/apple/Shapes/RNSVGLine.m similarity index 100% rename from ios/Shapes/RNSVGLine.m rename to apple/Shapes/RNSVGLine.m diff --git a/ios/Shapes/RNSVGRect.h b/apple/Shapes/RNSVGRect.h similarity index 100% rename from ios/Shapes/RNSVGRect.h rename to apple/Shapes/RNSVGRect.h diff --git a/ios/Shapes/RNSVGRect.m b/apple/Shapes/RNSVGRect.m similarity index 100% rename from ios/Shapes/RNSVGRect.m rename to apple/Shapes/RNSVGRect.m diff --git a/ios/Text/RNSVGFontData.h b/apple/Text/RNSVGFontData.h similarity index 100% rename from ios/Text/RNSVGFontData.h rename to apple/Text/RNSVGFontData.h diff --git a/ios/Text/RNSVGFontData.m b/apple/Text/RNSVGFontData.m similarity index 100% rename from ios/Text/RNSVGFontData.m rename to apple/Text/RNSVGFontData.m diff --git a/ios/Text/RNSVGGlyphContext.h b/apple/Text/RNSVGGlyphContext.h similarity index 100% rename from ios/Text/RNSVGGlyphContext.h rename to apple/Text/RNSVGGlyphContext.h diff --git a/ios/Text/RNSVGGlyphContext.m b/apple/Text/RNSVGGlyphContext.m similarity index 100% rename from ios/Text/RNSVGGlyphContext.m rename to apple/Text/RNSVGGlyphContext.m diff --git a/ios/Text/RNSVGPropHelper.h b/apple/Text/RNSVGPropHelper.h similarity index 100% rename from ios/Text/RNSVGPropHelper.h rename to apple/Text/RNSVGPropHelper.h diff --git a/ios/Text/RNSVGPropHelper.m b/apple/Text/RNSVGPropHelper.m similarity index 100% rename from ios/Text/RNSVGPropHelper.m rename to apple/Text/RNSVGPropHelper.m diff --git a/ios/Text/RNSVGTSpan.h b/apple/Text/RNSVGTSpan.h similarity index 100% rename from ios/Text/RNSVGTSpan.h rename to apple/Text/RNSVGTSpan.h diff --git a/ios/Text/RNSVGTSpan.m b/apple/Text/RNSVGTSpan.m similarity index 100% rename from ios/Text/RNSVGTSpan.m rename to apple/Text/RNSVGTSpan.m diff --git a/ios/Text/RNSVGText.h b/apple/Text/RNSVGText.h similarity index 100% rename from ios/Text/RNSVGText.h rename to apple/Text/RNSVGText.h diff --git a/ios/Text/RNSVGText.m b/apple/Text/RNSVGText.m similarity index 100% rename from ios/Text/RNSVGText.m rename to apple/Text/RNSVGText.m diff --git a/ios/Text/RNSVGTextPath.h b/apple/Text/RNSVGTextPath.h similarity index 100% rename from ios/Text/RNSVGTextPath.h rename to apple/Text/RNSVGTextPath.h diff --git a/ios/Text/RNSVGTextPath.m b/apple/Text/RNSVGTextPath.m similarity index 100% rename from ios/Text/RNSVGTextPath.m rename to apple/Text/RNSVGTextPath.m diff --git a/ios/Text/RNSVGTextProperties.h b/apple/Text/RNSVGTextProperties.h similarity index 100% rename from ios/Text/RNSVGTextProperties.h rename to apple/Text/RNSVGTextProperties.h diff --git a/ios/Text/RNSVGTextProperties.m b/apple/Text/RNSVGTextProperties.m similarity index 100% rename from ios/Text/RNSVGTextProperties.m rename to apple/Text/RNSVGTextProperties.m diff --git a/ios/Text/RNSVGTopAlignedLabel.h b/apple/Text/RNSVGTopAlignedLabel.h similarity index 100% rename from ios/Text/RNSVGTopAlignedLabel.h rename to apple/Text/RNSVGTopAlignedLabel.h diff --git a/ios/Text/RNSVGTopAlignedLabel.ios.m b/apple/Text/RNSVGTopAlignedLabel.ios.m similarity index 100% rename from ios/Text/RNSVGTopAlignedLabel.ios.m rename to apple/Text/RNSVGTopAlignedLabel.ios.m diff --git a/ios/Text/RNSVGTopAlignedLabel.macos.m b/apple/Text/RNSVGTopAlignedLabel.macos.m similarity index 100% rename from ios/Text/RNSVGTopAlignedLabel.macos.m rename to apple/Text/RNSVGTopAlignedLabel.macos.m diff --git a/ios/Utils/RCTConvert+RNSVG.h b/apple/Utils/RCTConvert+RNSVG.h similarity index 100% rename from ios/Utils/RCTConvert+RNSVG.h rename to apple/Utils/RCTConvert+RNSVG.h diff --git a/ios/Utils/RCTConvert+RNSVG.m b/apple/Utils/RCTConvert+RNSVG.m similarity index 100% rename from ios/Utils/RCTConvert+RNSVG.m rename to apple/Utils/RCTConvert+RNSVG.m diff --git a/ios/Utils/RNSVGBezierElement.h b/apple/Utils/RNSVGBezierElement.h similarity index 100% rename from ios/Utils/RNSVGBezierElement.h rename to apple/Utils/RNSVGBezierElement.h diff --git a/ios/Utils/RNSVGBezierElement.m b/apple/Utils/RNSVGBezierElement.m similarity index 100% rename from ios/Utils/RNSVGBezierElement.m rename to apple/Utils/RNSVGBezierElement.m diff --git a/ios/Utils/RNSVGCGFCRule.h b/apple/Utils/RNSVGCGFCRule.h similarity index 100% rename from ios/Utils/RNSVGCGFCRule.h rename to apple/Utils/RNSVGCGFCRule.h diff --git a/ios/Utils/RNSVGLength.h b/apple/Utils/RNSVGLength.h similarity index 100% rename from ios/Utils/RNSVGLength.h rename to apple/Utils/RNSVGLength.h diff --git a/ios/Utils/RNSVGLength.m b/apple/Utils/RNSVGLength.m similarity index 100% rename from ios/Utils/RNSVGLength.m rename to apple/Utils/RNSVGLength.m diff --git a/ios/Utils/RNSVGMarkerPosition.h b/apple/Utils/RNSVGMarkerPosition.h similarity index 100% rename from ios/Utils/RNSVGMarkerPosition.h rename to apple/Utils/RNSVGMarkerPosition.h diff --git a/ios/Utils/RNSVGMarkerPosition.m b/apple/Utils/RNSVGMarkerPosition.m similarity index 100% rename from ios/Utils/RNSVGMarkerPosition.m rename to apple/Utils/RNSVGMarkerPosition.m diff --git a/ios/Utils/RNSVGPathMeasure.h b/apple/Utils/RNSVGPathMeasure.h similarity index 100% rename from ios/Utils/RNSVGPathMeasure.h rename to apple/Utils/RNSVGPathMeasure.h diff --git a/ios/Utils/RNSVGPathMeasure.m b/apple/Utils/RNSVGPathMeasure.m similarity index 100% rename from ios/Utils/RNSVGPathMeasure.m rename to apple/Utils/RNSVGPathMeasure.m diff --git a/ios/Utils/RNSVGPathParser.h b/apple/Utils/RNSVGPathParser.h similarity index 100% rename from ios/Utils/RNSVGPathParser.h rename to apple/Utils/RNSVGPathParser.h diff --git a/ios/Utils/RNSVGPathParser.m b/apple/Utils/RNSVGPathParser.m similarity index 100% rename from ios/Utils/RNSVGPathParser.m rename to apple/Utils/RNSVGPathParser.m diff --git a/ios/Utils/RNSVGUnits.h b/apple/Utils/RNSVGUnits.h similarity index 100% rename from ios/Utils/RNSVGUnits.h rename to apple/Utils/RNSVGUnits.h diff --git a/ios/Utils/RNSVGVBMOS.h b/apple/Utils/RNSVGVBMOS.h similarity index 100% rename from ios/Utils/RNSVGVBMOS.h rename to apple/Utils/RNSVGVBMOS.h diff --git a/ios/Utils/RNSVGVectorEffect.h b/apple/Utils/RNSVGVectorEffect.h similarity index 100% rename from ios/Utils/RNSVGVectorEffect.h rename to apple/Utils/RNSVGVectorEffect.h diff --git a/ios/Utils/RNSVGViewBox.h b/apple/Utils/RNSVGViewBox.h similarity index 100% rename from ios/Utils/RNSVGViewBox.h rename to apple/Utils/RNSVGViewBox.h diff --git a/ios/Utils/RNSVGViewBox.m b/apple/Utils/RNSVGViewBox.m similarity index 100% rename from ios/Utils/RNSVGViewBox.m rename to apple/Utils/RNSVGViewBox.m diff --git a/ios/ViewManagers/RNSVGCircleManager.h b/apple/ViewManagers/RNSVGCircleManager.h similarity index 100% rename from ios/ViewManagers/RNSVGCircleManager.h rename to apple/ViewManagers/RNSVGCircleManager.h diff --git a/ios/ViewManagers/RNSVGCircleManager.m b/apple/ViewManagers/RNSVGCircleManager.m similarity index 100% rename from ios/ViewManagers/RNSVGCircleManager.m rename to apple/ViewManagers/RNSVGCircleManager.m diff --git a/ios/ViewManagers/RNSVGClipPathManager.h b/apple/ViewManagers/RNSVGClipPathManager.h similarity index 100% rename from ios/ViewManagers/RNSVGClipPathManager.h rename to apple/ViewManagers/RNSVGClipPathManager.h diff --git a/ios/ViewManagers/RNSVGClipPathManager.m b/apple/ViewManagers/RNSVGClipPathManager.m similarity index 100% rename from ios/ViewManagers/RNSVGClipPathManager.m rename to apple/ViewManagers/RNSVGClipPathManager.m diff --git a/ios/ViewManagers/RNSVGDefsManager.h b/apple/ViewManagers/RNSVGDefsManager.h similarity index 100% rename from ios/ViewManagers/RNSVGDefsManager.h rename to apple/ViewManagers/RNSVGDefsManager.h diff --git a/ios/ViewManagers/RNSVGDefsManager.m b/apple/ViewManagers/RNSVGDefsManager.m similarity index 100% rename from ios/ViewManagers/RNSVGDefsManager.m rename to apple/ViewManagers/RNSVGDefsManager.m diff --git a/ios/ViewManagers/RNSVGEllipseManager.h b/apple/ViewManagers/RNSVGEllipseManager.h similarity index 100% rename from ios/ViewManagers/RNSVGEllipseManager.h rename to apple/ViewManagers/RNSVGEllipseManager.h diff --git a/ios/ViewManagers/RNSVGEllipseManager.m b/apple/ViewManagers/RNSVGEllipseManager.m similarity index 100% rename from ios/ViewManagers/RNSVGEllipseManager.m rename to apple/ViewManagers/RNSVGEllipseManager.m diff --git a/ios/ViewManagers/RNSVGForeignObjectManager.h b/apple/ViewManagers/RNSVGForeignObjectManager.h similarity index 100% rename from ios/ViewManagers/RNSVGForeignObjectManager.h rename to apple/ViewManagers/RNSVGForeignObjectManager.h diff --git a/ios/ViewManagers/RNSVGForeignObjectManager.m b/apple/ViewManagers/RNSVGForeignObjectManager.m similarity index 100% rename from ios/ViewManagers/RNSVGForeignObjectManager.m rename to apple/ViewManagers/RNSVGForeignObjectManager.m diff --git a/ios/ViewManagers/RNSVGGroupManager.h b/apple/ViewManagers/RNSVGGroupManager.h similarity index 100% rename from ios/ViewManagers/RNSVGGroupManager.h rename to apple/ViewManagers/RNSVGGroupManager.h diff --git a/ios/ViewManagers/RNSVGGroupManager.m b/apple/ViewManagers/RNSVGGroupManager.m similarity index 100% rename from ios/ViewManagers/RNSVGGroupManager.m rename to apple/ViewManagers/RNSVGGroupManager.m diff --git a/ios/ViewManagers/RNSVGImageManager.h b/apple/ViewManagers/RNSVGImageManager.h similarity index 100% rename from ios/ViewManagers/RNSVGImageManager.h rename to apple/ViewManagers/RNSVGImageManager.h diff --git a/ios/ViewManagers/RNSVGImageManager.m b/apple/ViewManagers/RNSVGImageManager.m similarity index 100% rename from ios/ViewManagers/RNSVGImageManager.m rename to apple/ViewManagers/RNSVGImageManager.m diff --git a/ios/ViewManagers/RNSVGLineManager.h b/apple/ViewManagers/RNSVGLineManager.h similarity index 100% rename from ios/ViewManagers/RNSVGLineManager.h rename to apple/ViewManagers/RNSVGLineManager.h diff --git a/ios/ViewManagers/RNSVGLineManager.m b/apple/ViewManagers/RNSVGLineManager.m similarity index 100% rename from ios/ViewManagers/RNSVGLineManager.m rename to apple/ViewManagers/RNSVGLineManager.m diff --git a/ios/ViewManagers/RNSVGLinearGradientManager.h b/apple/ViewManagers/RNSVGLinearGradientManager.h similarity index 100% rename from ios/ViewManagers/RNSVGLinearGradientManager.h rename to apple/ViewManagers/RNSVGLinearGradientManager.h diff --git a/ios/ViewManagers/RNSVGLinearGradientManager.m b/apple/ViewManagers/RNSVGLinearGradientManager.m similarity index 100% rename from ios/ViewManagers/RNSVGLinearGradientManager.m rename to apple/ViewManagers/RNSVGLinearGradientManager.m diff --git a/ios/ViewManagers/RNSVGMarkerManager.h b/apple/ViewManagers/RNSVGMarkerManager.h similarity index 100% rename from ios/ViewManagers/RNSVGMarkerManager.h rename to apple/ViewManagers/RNSVGMarkerManager.h diff --git a/ios/ViewManagers/RNSVGMarkerManager.m b/apple/ViewManagers/RNSVGMarkerManager.m similarity index 100% rename from ios/ViewManagers/RNSVGMarkerManager.m rename to apple/ViewManagers/RNSVGMarkerManager.m diff --git a/ios/ViewManagers/RNSVGMaskManager.h b/apple/ViewManagers/RNSVGMaskManager.h similarity index 100% rename from ios/ViewManagers/RNSVGMaskManager.h rename to apple/ViewManagers/RNSVGMaskManager.h diff --git a/ios/ViewManagers/RNSVGMaskManager.m b/apple/ViewManagers/RNSVGMaskManager.m similarity index 100% rename from ios/ViewManagers/RNSVGMaskManager.m rename to apple/ViewManagers/RNSVGMaskManager.m diff --git a/ios/ViewManagers/RNSVGNodeManager.h b/apple/ViewManagers/RNSVGNodeManager.h similarity index 100% rename from ios/ViewManagers/RNSVGNodeManager.h rename to apple/ViewManagers/RNSVGNodeManager.h diff --git a/ios/ViewManagers/RNSVGNodeManager.m b/apple/ViewManagers/RNSVGNodeManager.m similarity index 100% rename from ios/ViewManagers/RNSVGNodeManager.m rename to apple/ViewManagers/RNSVGNodeManager.m diff --git a/ios/ViewManagers/RNSVGPathManager.h b/apple/ViewManagers/RNSVGPathManager.h similarity index 100% rename from ios/ViewManagers/RNSVGPathManager.h rename to apple/ViewManagers/RNSVGPathManager.h diff --git a/ios/ViewManagers/RNSVGPathManager.m b/apple/ViewManagers/RNSVGPathManager.m similarity index 100% rename from ios/ViewManagers/RNSVGPathManager.m rename to apple/ViewManagers/RNSVGPathManager.m diff --git a/ios/ViewManagers/RNSVGPatternManager.h b/apple/ViewManagers/RNSVGPatternManager.h similarity index 100% rename from ios/ViewManagers/RNSVGPatternManager.h rename to apple/ViewManagers/RNSVGPatternManager.h diff --git a/ios/ViewManagers/RNSVGPatternManager.m b/apple/ViewManagers/RNSVGPatternManager.m similarity index 100% rename from ios/ViewManagers/RNSVGPatternManager.m rename to apple/ViewManagers/RNSVGPatternManager.m diff --git a/ios/ViewManagers/RNSVGRadialGradientManager.h b/apple/ViewManagers/RNSVGRadialGradientManager.h similarity index 100% rename from ios/ViewManagers/RNSVGRadialGradientManager.h rename to apple/ViewManagers/RNSVGRadialGradientManager.h diff --git a/ios/ViewManagers/RNSVGRadialGradientManager.m b/apple/ViewManagers/RNSVGRadialGradientManager.m similarity index 100% rename from ios/ViewManagers/RNSVGRadialGradientManager.m rename to apple/ViewManagers/RNSVGRadialGradientManager.m diff --git a/ios/ViewManagers/RNSVGRectManager.h b/apple/ViewManagers/RNSVGRectManager.h similarity index 100% rename from ios/ViewManagers/RNSVGRectManager.h rename to apple/ViewManagers/RNSVGRectManager.h diff --git a/ios/ViewManagers/RNSVGRectManager.m b/apple/ViewManagers/RNSVGRectManager.m similarity index 100% rename from ios/ViewManagers/RNSVGRectManager.m rename to apple/ViewManagers/RNSVGRectManager.m diff --git a/ios/ViewManagers/RNSVGRenderableManager.h b/apple/ViewManagers/RNSVGRenderableManager.h similarity index 100% rename from ios/ViewManagers/RNSVGRenderableManager.h rename to apple/ViewManagers/RNSVGRenderableManager.h diff --git a/ios/ViewManagers/RNSVGRenderableManager.m b/apple/ViewManagers/RNSVGRenderableManager.m similarity index 100% rename from ios/ViewManagers/RNSVGRenderableManager.m rename to apple/ViewManagers/RNSVGRenderableManager.m diff --git a/ios/ViewManagers/RNSVGSvgViewManager.h b/apple/ViewManagers/RNSVGSvgViewManager.h similarity index 100% rename from ios/ViewManagers/RNSVGSvgViewManager.h rename to apple/ViewManagers/RNSVGSvgViewManager.h diff --git a/ios/ViewManagers/RNSVGSvgViewManager.m b/apple/ViewManagers/RNSVGSvgViewManager.m similarity index 100% rename from ios/ViewManagers/RNSVGSvgViewManager.m rename to apple/ViewManagers/RNSVGSvgViewManager.m diff --git a/ios/ViewManagers/RNSVGSymbolManager.h b/apple/ViewManagers/RNSVGSymbolManager.h similarity index 100% rename from ios/ViewManagers/RNSVGSymbolManager.h rename to apple/ViewManagers/RNSVGSymbolManager.h diff --git a/ios/ViewManagers/RNSVGSymbolManager.m b/apple/ViewManagers/RNSVGSymbolManager.m similarity index 100% rename from ios/ViewManagers/RNSVGSymbolManager.m rename to apple/ViewManagers/RNSVGSymbolManager.m diff --git a/ios/ViewManagers/RNSVGTSpanManager.h b/apple/ViewManagers/RNSVGTSpanManager.h similarity index 100% rename from ios/ViewManagers/RNSVGTSpanManager.h rename to apple/ViewManagers/RNSVGTSpanManager.h diff --git a/ios/ViewManagers/RNSVGTSpanManager.m b/apple/ViewManagers/RNSVGTSpanManager.m similarity index 100% rename from ios/ViewManagers/RNSVGTSpanManager.m rename to apple/ViewManagers/RNSVGTSpanManager.m diff --git a/ios/ViewManagers/RNSVGTextManager.h b/apple/ViewManagers/RNSVGTextManager.h similarity index 100% rename from ios/ViewManagers/RNSVGTextManager.h rename to apple/ViewManagers/RNSVGTextManager.h diff --git a/ios/ViewManagers/RNSVGTextManager.m b/apple/ViewManagers/RNSVGTextManager.m similarity index 100% rename from ios/ViewManagers/RNSVGTextManager.m rename to apple/ViewManagers/RNSVGTextManager.m diff --git a/ios/ViewManagers/RNSVGTextPathManager.h b/apple/ViewManagers/RNSVGTextPathManager.h similarity index 100% rename from ios/ViewManagers/RNSVGTextPathManager.h rename to apple/ViewManagers/RNSVGTextPathManager.h diff --git a/ios/ViewManagers/RNSVGTextPathManager.m b/apple/ViewManagers/RNSVGTextPathManager.m similarity index 100% rename from ios/ViewManagers/RNSVGTextPathManager.m rename to apple/ViewManagers/RNSVGTextPathManager.m diff --git a/ios/ViewManagers/RNSVGUseManager.h b/apple/ViewManagers/RNSVGUseManager.h similarity index 100% rename from ios/ViewManagers/RNSVGUseManager.h rename to apple/ViewManagers/RNSVGUseManager.h diff --git a/ios/ViewManagers/RNSVGUseManager.m b/apple/ViewManagers/RNSVGUseManager.m similarity index 100% rename from ios/ViewManagers/RNSVGUseManager.m rename to apple/ViewManagers/RNSVGUseManager.m