Fixes #188 in the master repo by replacing the path in the import with the new path

This commit is contained in:
Pablo Carrillo
2016-11-24 15:05:02 +00:00
parent 90db825206
commit 3e261b6c0a
14 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import React, {PropTypes} from 'react';
import {numberProp} from '../lib/props';
import Gradient from './Gradient';
import createReactNativeComponentClass from 'react/lib/createReactNativeComponentClass';
import createReactNativeComponentClass from 'react-native/Libraries/Renderer/src/renderers/native/createReactNativeComponentClass';
import {LinearGradientAttributes} from '../lib/attributes';
class LinearGradient extends Gradient{