Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 564 Bytes

clearUpdates.md

File metadata and controls

19 lines (11 loc) · 564 Bytes

@appzung/react-native-code-push v11.0.0-rc7


@appzung/react-native-code-push / clearUpdates

Function: clearUpdates()

clearUpdates(): void

Clears all downloaded CodePush updates.

This is useful when switching to a different release channel which may have an older release than the current package. Note: we don’t recommend using this method in scenarios other than that (CodePush will call this method automatically when needed in other cases) as it could lead to unpredictable behavior.

Returns

void