hui
hui
### 💬 Before You Start - [X] I have searched the [issues](https://github.com/ant-design/ant-design-mobile-rn/issues) of this repository and believe that this is not a duplicate. ### 🙋 Description/Step to reproduce 使用方式如上,在ios上当visible=true,可以正常显示,但是在安卓上就不能显示出来,点击屏幕后会闪一下,随即就消失。安卓版本是API 33、34...
### Current behavior example: const imageStr = `data:image/png;base64,iVBORw0KGgoAAAANS==` or 'iVBORw0KGgoAAAANS=='; const result = await Image.compress(imageStr, { input:'base64', maxWidth: 1500, maxHeight: 1500, quality: 0.8 }); console.log('result:', result); problem: I found that...