GuiltyKirito
GuiltyKirito
excuse me, my project is `react >=18`, but this lib dependent is `16.9.0 < react < 17.0.0` , so we need a new lib to substitute `react-file-viewer` . could you...
I push a path to rn-fetch-blob, but return a error about file does not exist at path ``` 'streamErr:', { [Error: File does not exist at path file:///private/var/mobile/Containers/Data/Application/29181948-B5F9-4254-A817-5C9A4D757366/tmp/react-native-image-crop-picker/0A35F750-6D67-4952-AD6B-B796AC64464B.mp4] code: 'ENOENT',...
### 相关平台 微信小程序 **小程序基础库: 3.3.4** **使用框架: React** ### 复现步骤 ``` const [nickName, setNickName] = useState(""); const changeNickName = ({ detail }) => { console.log("detail", detail); setNickName(detail.value); }; ``` ### 期望结果...
### 这个功能解决了什么问题 可以通过拖拽改变它在本group内的排序 ### 你建议的方案是什么 希望cell在被cellgroup包裹的时候,可以通过传参,使得他能改变它在整个cell group 内的位置
### 这个功能解决了什么问题 就是为了能够有这么一个组件啦~ ### 你建议的方案是什么 希望可以在step上传入type参数,使其渲染成timeline。