mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-21 06:15:15 +00:00
move createReactNativeComponentClass import
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
import React, {Component} from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import createReactNativeComponentClass from 'react-native/Libraries/Renderer/src/renderers/native/createReactNativeComponentClass';
|
||||
import createReactNativeComponentClass from 'react-native/Libraries/Renderer/shims/createReactNativeComponentClass';
|
||||
import {ViewBoxAttributes} from '../attributes';
|
||||
|
||||
const meetOrSliceTypes = {
|
||||
|
||||
Reference in New Issue
Block a user