Expo in-app notifications

I am trying to implement an In-App notification in the expo [Laravel as backend].

How can I send or receive real-time an In-App notification at the expo?

I’m not talking about Push Notification.


I’m able to send broadcast event from laravel using laravel-echo but the main question is how can I receive/listen to that particular event in the expo app?


Please help me or guide me.