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'