Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.
This repository was archived by the owner on May 20, 2025. It is now read-only.

Contradictory docs - is minimumBackgroundDuration honored on ON_NEXT_SUSPEND? #1731

@dgobaud

Description

@dgobaud

Docs first say minimumBackgroundDuration ONLY applies to ON_NEXT_RESUME

Then ON_NEXT_SUSPEND says it uses it too

  1. https://github.com/microsoft/react-native-code-push/blob/master/typings/react-native-code-push.d.ts#L124

"This property ONLY applies to updates which are installed using InstallMode.ON_NEXT_RESUME..."

  1. https://github.com/microsoft/react-native-code-push/blob/master/typings/react-native-code-push.d.ts#L326

"Indicates that you want to install the update when the app is in the background, * but only after it has been in the background for "minimumBackgroundDuration" seconds (0 by default),"

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions