how to set prefix in Push notification object

Please provide the following:

  1. SDK Version:34.0.0
  2. Platforms(Android/iOS/web/all):Android
    const message = {
    to: this.state.expoPushToken,
    sound: ‘default’,
    title: ‘Original Title’,
    body: ‘And here is the body!’,
    data: { uri: ‘Gallery’ },
    };

Deep linking working properly with expo testing command,but i dont know how to implement on push notification.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.