react-nativecode-pushreact-native-code-push

How do you remove/hide the ignore button code-push react-native?


I am new to using code-push for react native app, Everything works okay however I want to hide the Ignore button in the dialog. I dont want the user to ignore any update I have provided, Is this possible?


Solution

  • From the command line, you can use the mandatory option to hide the ignore button:

    # Release a mandatory update with a changelog
    code-push release-react MyApp-iOS ios -m --description "Modified the header color"