React-native-web notifications

Please provide the following:

  1. SDK Version: 38
  2. Platforms(Android/iOS/web/all): web

Hello! I have setup notifications for Android and iOS in my app using expo-notifications. Now I want to include web notifications through OneSignal. However, I need to add some code to the head of the page. How can I modify the head of the served page in react-native-web? I have tried:

  1. expo customize:web
  2. select web/index.html

However, I dont see the web/index.html file appearing in my project. Therefore I cannot put the OneSignal script in the page. At this point I am a bit stuck.

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