mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-21 14:25:14 +00:00
Fix createReactNativeComponentClass import statements
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/shims/createReactNativeComponentClass';
|
||||
import createReactNativeComponentClass from 'react-native/Libraries/Renderer/shims/createReactNativeComponentClass.js';
|
||||
import {ViewBoxAttributes} from '../attributes';
|
||||
|
||||
const meetOrSliceTypes = {
|
||||
|
||||
Reference in New Issue
Block a user