mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-22 23:25:20 +00:00
Fix createReactNativeComponentClass import statements
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import React from 'react';
|
||||
import createReactNativeComponentClass from 'react-native/Libraries/Renderer/shims/createReactNativeComponentClass';
|
||||
import createReactNativeComponentClass from 'react-native/Libraries/Renderer/shims/createReactNativeComponentClass.js';
|
||||
import Shape from './Shape';
|
||||
import {pathProps} from '../lib/props';
|
||||
import {GroupAttributes} from '../lib/attributes';
|
||||
|
||||
Reference in New Issue
Block a user