Launch app on device boot

  1. SDK Version: 35.0.0
  2. Platforms: Android

I’m looking into developing using Expo to develop an Android TV app, but one important feature that I need is being able to automatically launch the app when the device boots up (in case of crashes or if the device gets turned off). Is there a way for me to launch on boot through Expo, or will I need to just use a pure React Native project and do this through Java code? I would like to use Expo if possible due to its advantages over pure RN, but only if this is possible

Hey @sundy42,

This won’t be possible with the current Managed workflow for Expo projects.

Cheers,
Adam

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