How to use the react-native-update.switchVersionLater 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: ()=>{switchVersionLater(hash)}},
            ])
github zetaoWu / IRunning / app / containers / AppSet.js View on Github external
                { text: '下次启动时', onPress: () => { switchVersionLater(hash); } },
            ]);