You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
see birkir/react-native-carplay#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?
The text was updated successfully, but these errors were encountered:
see birkir/react-native-carplay#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?
The text was updated successfully, but these errors were encountered: