diff --git a/lib/TransitionItem.js b/lib/TransitionItem.js index cff426b..4c3a813 100644 --- a/lib/TransitionItem.js +++ b/lib/TransitionItem.js @@ -1,8 +1,9 @@ import React from 'react'; import { StyleSheet, Platform } from 'react-native'; -import ShallowRenderer from './Utils/shallowRenderer'; import { Metrics } from './Types/Metrics'; -import { getRotationFromStyle, getBoundingBox, getOriginalRect } from './Utils'; +import ShallowRenderer from './Utils/shallowRenderer'; +import { getRotationFromStyle } from './Utils/getRotationFromStyle'; +import { getBoundingBox, getOriginalRect } from './Utils/rotation'; type Size = { x: number,