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); }; ``` ### 期望结果...