react-native-upload
react-native-upload copied to clipboard
shiy
1、react-native init AwesomeProject 2、然后安装react-native-upload 后设置签名 3、然后执行npx upload-fir --no-ios, 其中firtoken 已经配置
`/Users/peter-wulin/Develop/reactnative-ws/AwesomeProject/node_modules/react-native-upload/libs/validate-fir-token.js:20 icon_key=${result.cert.icon.key} ^
TypeError: Cannot read property 'icon' of undefined
at Object.
按照您的提示操作,可以正常上传到fir,没有复现问题。麻烦提供一下操作系统版本以及RN版本
建议您在node_modules/react-native-upload/libs/validate-fir-token.js
中log出result的内容。