Skip to content

Commit

Permalink
fix(require): Fix wrong require
Browse files Browse the repository at this point in the history
  • Loading branch information
st0ffern committed Dec 15, 2017
1 parent f26fb17 commit 0ca5437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ImageCrop.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
} from 'react-native'

import {Surface} from 'gl-react-native'
const {Image: GLImage} = require("gl-react-image")
const {Image: GLImage} = require("./Image")

const imageDimensionsAfterZoom = (viewport, dimensions, zoom) => {
const ImageRatio = dimensions.width/dimensions.height
Expand Down

0 comments on commit 0ca5437

Please sign in to comment.