-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
https://github.com/parryworld/react-native-appupdate/blob/master/index.js#L11 here job is defined as constant but, it is reassigned here:
https://github.com/parryworld/react-native-appupdate/blob/master/index.js#L81
changing const to let resolves issue. Related error in android as follows:
com.facebook.react.common.JavascriptException: undefined is not a function (evaluating 'babelHelpers.readOnlyError("jobId")') crashes application.
akgunfu
Metadata
Metadata
Assignees
Labels
No labels