Send data between Expo app and native widget

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

How to send token from my Expo App to native android widget without any user action

Does IntentLauncher solve your problem?
I see you mentioned it in another post.

Unfortunately not.
IntentLauncher allows to transfer data only with user actions
But it allow transfer data

Hmmm… looks like you might need to Start a service or Deliver a broadcast but I am not aware of a way to do that without ejecting.

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