How can i fix this issue:
TypeError: undefined is not an object (evaluating 'this.popupInstance.start')

I used that code
Popup.show({
type: 'Success',
title: 'Upload complete',
button: true,
textBody: 'Congrats! Your upload successfully done',
buttontext: 'Ok',
})
in onPress event and i got issue above
How can i fix this issue:

TypeError: undefined is not an object (evaluating 'this.popupInstance.start')
I used that code
in onPress event and i got issue above