react-native-upload icon indicating copy to clipboard operation
react-native-upload copied to clipboard

( MacOs ) 一键打包部署 android/ios APP到各个测试平台和App Store。ci/cd神器,拒绝繁琐

Results 10 react-native-upload issues
Sort by recently updated
recently updated
newest added

想根据传入的scheme打不同环境的包上传

比如这个:./gradlew assembleRelease -PVERSION_NAME_JS=3.0.0 怎么增加后面这个参数到后面

feature

报了 少了个符号的错 什么json < 什么的。忘记截图了

question

请问一下,为什么我打包没有生成index.android.bundle呢? 我第一次使用RN开发。

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. (/Users/peter-wulin/Develop/reactnative-ws/AwesomeProject/node_modules/react-native-upload/libs/validate-fir-token.js:20:24)`

question

![image](https://user-images.githubusercontent.com/2732303/78004815-3e2d3100-736d-11ea-9561-b71edf173ec9.png) 我的需求是上传 devDebug 和 devRelease 版本,最好是提供一个参数,类似 RN ``` react-native run-android --variant=devDebug ```

feature

安卓的错误 /node_modules/.bin/upload-fir: line 31: Not: command not found ios 错误信息 [xmldom error] element parse error: Error: invalid tagName: @#[line:1,col:1] [fir.im] Getting ios token... Error: Authentication failed 打包都成功,没什么问题 问题出现在上传时候 配置文件信息 "fir":...

bug

安卓成功了,ios 失败,信息如下: ``` error: exportArchive: exportOptionsPlist error for key 'iCloudContainerEnvironment': expected one of {Development, Production}, but no value was provided Error Domain=IDEFoundationErrorDomain Code=1 "exportOptionsPlist error for key 'iCloudContainerEnvironment': expected one...

bug
good first issue