react-native-healthkit icon indicating copy to clipboard operation
react-native-healthkit copied to clipboard

Set up observer queries in didFinishLaunchingWithOptions to align with Apples recommendations

Open robertherber opened this issue 2 years ago • 16 comments

To comply with Apple recommendations and to prevent any race conditions that might arise from initialising it later, as is the case now.

There are two parts to this:

  • Document, based on Apple docs, how to add this to didFinishLaunchingWithOptions for Bare React Native apps.
  • Add a config plugin for this so it works with Expo Managed Workflow.

robertherber avatar Feb 20 '23 16:02 robertherber