The code-push, update has been integrated and released successfully, but the update is not prompted in app

problem description

the code-push, update has been integrated and released successfully, but the update is not prompted in app

the environmental background of the problems and what methods you have tried

code push is integrated into the project according to the online tutorials, but updates are not prompted in app

related codes

/ / Please paste the code text below (do not replace the code with pictures)

type Props = {};
export default class App extends Component < Props > {

constructor(props){
    super(props);
    this.state={
        label:"update"
    }
}

componentDidMount(){
    codePush.sync({
        updateDialog: {
            appendReleaseDescription: true,
            descriptionPrefix:"\n\n:\n",
            title:"",
            mandatoryUpdateMessage:"",
            mandatoryContinueButtonLabel:"",
        },
        mandatoryInstallMode:codePush.InstallMode.IMMEDIATE,
        deploymentKey: deploymentKey,
    });
}

render () {

return (
  <View style={styles.container}>
    <Text style={styles.welcome}>Welcome to React Native!</Text>
    <Text style={styles.welcome}>you rubbish react-native,motherfucker</Text>
    <Text style={styles.welcome}>Welcome to React Native!</Text>
    <Text style={styles.instructions}>To get started, edit App.js</Text>
    <Text style={styles.instructions}>{instructions}</Text>
  </View>
);

}
}

what result do you expect? What is the error message actually seen?

there is no error prompt


have you found a solution


I am in the opposite situation with you. I understand that the package is up to date, but this updated pop-up window pops up every time. Does the landlord know why?

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-7bd7b0-2a3a0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-7bd7b0-2a3a0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?