How to laucnh app directly when press push notificaiton at quite state?

Hi Everyone.
I’m using FCM with deep link and want to launch develop app directly when press push notification without press Expo go develop servers.
How make it possible??
I can’t launch the app directly, so messaging().getInitialNotification() and getInitialURL() is always return null

I set my push data to

data: { url: “myscheme://…” }
I tried also { url: "exp://localhost:port/–/… "}