From 039cd450bc8fe7718c2187ca1d09bb5b7deec751 Mon Sep 17 00:00:00 2001 From: Wang Yongfeng Date: Mon, 25 Feb 2019 18:02:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=20import=20React=20fr?= =?UTF-8?q?om=20'react'=20=E6=8E=92=E9=99=A4=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/taro-rn/src/api/WxActionSheet/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/taro-rn/src/api/WxActionSheet/index.js b/packages/taro-rn/src/api/WxActionSheet/index.js index 6ef91a134519..1f8effb230ad 100644 --- a/packages/taro-rn/src/api/WxActionSheet/index.js +++ b/packages/taro-rn/src/api/WxActionSheet/index.js @@ -1,3 +1,4 @@ +import React from 'react' import ActionSheet from '../ActionSheet' import RootSiblings from 'react-native-root-siblings'