see https://github.com/birkir/react-native-carplay/pull/158 for an ios implementation; the key here is to somehow initialize the js engine and make it a singleton that is sharable between the activity and the service. the current proposed implementation is to avoid all of this together and just force launch the activity from service.
does headlessJsTaskService start the reactContext? whatelse is needed to make js respond to service?
see https://github.com/birkir/react-native-carplay/pull/158 for an ios implementation; the key here is to somehow initialize the js engine and make it a singleton that is sharable between the activity and the service. the current proposed implementation is to avoid all of this together and just force launch the activity from service.
does headlessJsTaskService start the reactContext? whatelse is needed to make js respond to service?