microsoft / react-native-code-push

React Native module for CodePush
http://appcenter.ms
Other
8.99k stars 1.48k forks source link

The installation package has been updated, but some of the updated content has not taken effect #2724

Closed Rammst3 closed 4 months ago

Rammst3 commented 4 months ago

1720145521478 image image

当我添加react-native-compressor这个插件,使用code-push进行更新后,提示安装包已更新,但是图3这里的代码却没有生效

Rammst3 commented 4 months ago

When I added the react-native-compressor plugin and updated it using code push, it prompted that the installation package had been updated, but the code in picture 3 did not take effect

DmitriyKirakosyan commented 4 months ago

Transferring to react-native-code-push repo.

DmitriyKirakosyan commented 4 months ago

@Rammst3 , you are using old versions of react-native and react-native-code-push. Is it possible for you to upgrade these versions, RN v0.71+ and react-native-code-push to v8.3.0?

Additionally, make sure the added packages do not use native components. CodePush will not update native part.