gpt4 book ai didi

ios - React-native Javascript 通过 codepush 进行的更改未反射(reflect)在 iPhone 上

转载 作者:行者123 更新时间:2023-11-28 13:33:01 28 4
gpt4 key购买 nike

我的 iOS 应用程序未通过 CodePush 更新。

我已在我的 iOS 应用程序中添加了 CodePush 依赖项。此外,我还能够使用 CodePush 成功发布 AppCenter 的更新。但更改并未在我的 iOS 应用程序中更新。

我的 React-Native 模块代码如下:

const codePushOptions = {
checkFrequency: codePush.CheckFrequency.ON_APP_RESUME,
installMode: codePush.InstallMode.ON_NEXT_RESUME,
};
export default Dashboard = codePush(codePushOptions)(Dashboard);

并在 iOS Swift 中从 javascript 加载组件:

let jsCodeLocation = CodePush.bundleURL()!
let addRatingView = RCTRootView(bundleURL:jsCodeLocation as URL!, moduleName: "Dashboard", initialProperties: nil, launchOptions:nil)

最佳答案

我仅在使用 iOS 时遇到了同样的问题。发布更新时请务必插入强制标志“-m”。

appcenter codepush release-react -a <YourName>/<AppName> -d Production -m --description '<Description>'

关于ios - React-native Javascript 通过 codepush 进行的更改未反射(reflect)在 iPhone 上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57070138/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com