diff --git a/ios/CompassHeading.m b/ios/CompassHeading.m index 128c0c6..c97ca8d 100644 --- a/ios/CompassHeading.m +++ b/ios/CompassHeading.m @@ -10,8 +10,6 @@ @interface CompassHeading() @implementation CompassHeading -RCT_EXPORT_MODULE() - - (instancetype)init { if (self = [super init]) { if ([CLLocationManager headingAvailable]) {