@rodrigo7/react-native-beacons-manager 1.0.3 → 1.0.4

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.
@@ -1,6 +1,6 @@
1
1
  Pod::Spec.new do |s|
2
2
  s.name = "ReactNativeBeaconsManager"
3
- s.version = "1.0.1"
3
+ s.version = "1.0.4"
4
4
  s.summary = "React-Native library for detecting beacons (iOS and Android)"
5
5
  s.homepage = "https://github.com/rodrigo-nexudus/react-native-beacons-manager#readme"
6
6
  s.license = { :type => "MIT" }
@@ -399,7 +399,7 @@ RCT_EXPORT_METHOD(shouldDropEmptyRanges:(BOOL)drop)
399
399
 
400
400
  + (BOOL)requiresMainQueueSetup
401
401
  {
402
- return YES;
402
+ return NO;
403
403
  }
404
404
 
405
405
  - (void)beaconScanner:(ESSBeaconScanner *)scanner didRangeBeacon:(NSArray *)beacons {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rodrigo7/react-native-beacons-manager",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "React-Native library for detecting beacons (iOS and Android)",
5
5
  "keywords": [
6
6
  "react-native",
File without changes
@@ -1,2 +0,0 @@
1
- #Thu Aug 03 10:59:04 BST 2023
2
- gradle.version=8.0.1
File without changes
@@ -1,12 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="GradleSettings">
4
- <option name="linkedExternalProjectsSettings">
5
- <GradleProjectSettings>
6
- <option name="testRunner" value="GRADLE" />
7
- <option name="distributionType" value="DEFAULT_WRAPPED" />
8
- <option name="externalProjectPath" value="$PROJECT_DIR$" />
9
- </GradleProjectSettings>
10
- </option>
11
- </component>
12
- </project>
@@ -1,10 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ExternalStorageConfigurationManager" enabled="true" />
4
- <component name="ProjectRootManager" version="2" project-jdk-name="Embedded JDK" project-jdk-type="JavaSDK">
5
- <output url="file://$PROJECT_DIR$/build/classes" />
6
- </component>
7
- <component name="ProjectType">
8
- <option name="id" value="Android" />
9
- </component>
10
- </project>
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="VcsDirectoryMappings">
4
- <mapping directory="$PROJECT_DIR$/.." vcs="Git" />
5
- </component>
6
- </project>
@@ -1,8 +0,0 @@
1
- ## This file must *NOT* be checked into Version Control Systems,
2
- # as it contains information specific to your local configuration.
3
- #
4
- # Location of the SDK. This is only used by Gradle.
5
- # For customization when using a Version Control System, please read the
6
- # header note.
7
- #Thu Aug 03 10:59:00 BST 2023
8
- sdk.dir=/Users/nexudus/Library/Android/sdk