Where do I add the FCM depencies for notifications in a react native expo project

I’m trying to implement push notifications for my expo react native project. I know I have to use the FCM dependency but I’m not sure where to include it. Any information would be appreciated.

Hello, please follow the general steps for implementing push notifications in Expo. You can likely find relevant information through some research. Here’s an example we stumbled upon that could be useful: Push notifications setup - Expo Documentation