From c32e382a6fee3beac1f96b668e254d1d6dc12f20 Mon Sep 17 00:00:00 2001 From: zzy Date: Sat, 21 May 2016 10:12:02 +0800 Subject: [PATCH] fix import ucUIController error --- src/js/Touchable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/Touchable.js b/src/js/Touchable.js index ad1f5ee..b6562a0 100644 --- a/src/js/Touchable.js +++ b/src/js/Touchable.js @@ -13,7 +13,7 @@ import React from 'react'; import TouchableMixin from './mixins/TouchableMixin'; import createChainedFunction from './utils/createChainedFunction'; import supportTouch from './utils/isTouchSupported'; -import './utils/UCUIController'; +import './utils/ucUIController'; const Touchable = React.createClass({ mixins: [TouchableMixin],