SudoPlz / sp-react-native-in-app-updates

An in-app updater for the native version of your react-native app.
MIT License
491 stars 66 forks source link

Switch the Upgrade/Cancel button for iOS? #83

Closed tonybao1 closed 2 years ago

tonybao1 commented 2 years ago

Is it possible to switch the Upgrade and Cancel button for the iOS alert?

SudoPlz commented 2 years ago

Our project uses react-native-siren for iOS. You can change the text for sure (using those options: https://github.com/GantMan/react-native-siren#options) but to change more, you'll have to take a look at the react-native-siren code and figure it out.