mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-09 17:30:58 +00:00
Fixes #188 in the master repo by replacing the path in the import with the new path
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ import {pathProps, numberProp} from '../lib/props';
|
||||
import {UseAttributes} from '../lib/attributes';
|
||||
import Shape from './Shape';
|
||||
import React from 'react';
|
||||
import createReactNativeComponentClass from 'react/lib/createReactNativeComponentClass';
|
||||
import createReactNativeComponentClass from 'react-native/Libraries/Renderer/src/renderers/native/createReactNativeComponentClass';
|
||||
|
||||
const idExpReg = /^#(.+)$/;
|
||||
class Use extends Shape {
|
||||
|
||||
Reference in New Issue
Block a user