From 1c96f873f592ee71f3fe9b823a858ac8b98bd398 Mon Sep 17 00:00:00 2001 From: QuDian Date: Tue, 30 Oct 2018 17:30:06 +0800 Subject: [PATCH] fix bug --- index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.js b/index.js index c7e3d87..afb09ed 100644 --- a/index.js +++ b/index.js @@ -9,8 +9,6 @@ import { } from 'react-native'; import PropTypes from 'prop-types'; -const { QDProgressHud } = NativeModules; - export default class QDProgressHud extends Component { constructor(props) {