From dfae340785c5b683d7373f6491ba555a2b6cc9f7 Mon Sep 17 00:00:00 2001 From: Greg Haygood Date: Thu, 21 Dec 2017 11:19:44 -0500 Subject: [PATCH] fix for react header reference --- ios/SLRNGeoFencing.h | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/SLRNGeoFencing.h b/ios/SLRNGeoFencing.h index ce8f5f3..15f127c 100644 --- a/ios/SLRNGeoFencing.h +++ b/ios/SLRNGeoFencing.h @@ -1,4 +1,4 @@ -#import "RCTBridgeModule.h" +#import @interface SLRNGeoFencing : NSObject @end diff --git a/package.json b/package.json index 2f8d8fe..b82b90f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-geo-fencing", - "version": "0.1.0", + "version": "0.1.1", "description": "Native modules to determine if a location is within defined geographical boundaries using Google Geometry library", "main": "index.js", "repository": {