How to use the react-native-update.switchVersion function in react-native-update

To help you get started, we’ve selected a few react-native-update examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Jines-z / rn-mobx-starter / src / routers / Mine / components / Update.js View on Github external
                {text: '是', onPress: ()=>{switchVersion(hash)}},
                {text: '否',},
github zetaoWu / IRunning / app / containers / AppSet.js View on Github external
                { text: '是', onPress: () => { switchVersion(hash); } },
                { text: '否', },