I got error when I tried push notifications in expo react native.I am using TypeScript
this is my code: in data and origin error appear: "Property 'origin' does not exist on type '{}'." also for data "Property 'data' does not exist on type '{}'. what the problem is? I give the data " as any" but still not working."
<Text>Origin: {(this.state.notification.origin)}</Text><Text>Data: {JSON.stringify(this.state.notification.data)}</Text>