@kingstinct/react-native-healthkit 8.7.1 → 8.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -268,8 +268,4 @@ RCT_EXTERN_METHOD(queryStateOfMindSamples:(NSDate)from
268
268
  resolve:(RCTPromiseResolveBlock)resolve
269
269
  reject:(RCTPromiseRejectBlock)reject)
270
270
 
271
- RCT_EXTERN_METHOD(workoutSessionMirroringStartHandler:(RCTPromiseResolveBlock)resolve
272
- reject:(RCTPromiseRejectBlock)reject
273
- )
274
-
275
271
  @end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kingstinct/react-native-healthkit",
3
- "version": "8.7.1",
3
+ "version": "8.7.2",
4
4
  "description": "React Native bindings for HealthKit",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",