@appzung/react-native-code-push v11.0.0-rc3
@appzung/react-native-code-push / checkForUpdate
checkForUpdate(
releaseChannelPublicId
?,handleBinaryVersionMismatchCallback
?):Promise
<null
|RemotePackage
>
Asks the CodePush service whether the configured app release channel has an update available.
string
The release channel public ID to use to query the CodePush server for an update.
HandleBinaryVersionMismatchCallback
An optional callback for handling target binary version mismatch
Promise
<null
| RemotePackage
>