react-native-boundary | Native implementation of geofencing/region monitoring | Map library

 by   eddieowens Java Version: 1.1.1 License: Apache-2.0

kandi X-RAY | react-native-boundary Summary

kandi X-RAY | react-native-boundary Summary

react-native-boundary is a Java library typically used in Geo, Map, React Native applications. react-native-boundary has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. However react-native-boundary build file is not available. You can install using 'npm i react-native-boundary' or download it from GitHub, npm.

Native implementation of geofencing/region monitoring
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              react-native-boundary has a low active ecosystem.
              It has 111 star(s) with 68 fork(s). There are 4 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 20 open issues and 19 have been closed. On average issues are closed in 28 days. There are 8 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of react-native-boundary is 1.1.1

            kandi-Quality Quality

              react-native-boundary has 0 bugs and 7 code smells.

            kandi-Security Security

              react-native-boundary has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              react-native-boundary code analysis shows 0 unresolved vulnerabilities.
              There are 3 security hotspots that need review.

            kandi-License License

              react-native-boundary is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              react-native-boundary releases are not available. You will need to build from source code and install.
              Deployable package is available in npm.
              react-native-boundary has no build file. You will be need to create the build yourself to build the component from source.
              Installation instructions, examples and code snippets are available.
              It has 368 lines of code, 30 functions and 8 files.
              It has medium code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed react-native-boundary and discovered the below as its top functions. This is intended to give you an instant insight into react-native-boundary implemented functionality, and help decide if they suit your requirements.
            • Add a geofences
            • Adds a geofence
            • Creates a list of geofences from a readable array
            • Request Permissions
            • Creates a geofence from a map
            • Creates a geofencing request
            • Add a new geofencing object
            • Adds a geofence
            • Creates a list of geofences from a readable array
            • Request Permissions
            • Creates a geofence from a map
            • Creates a geofencing request
            • Handles a workflow event
            • Send event
            • Returns the error string for a given geofence status code
            • Remove a boundary request
            • Attempts to remove a geofence
            • Remove boundary requests from a readable Array
            • Attempts to remove a geofence
            • Remove all geofences
            • Returns a PendingPendingIntent which is currently bound to the activity
            • Creates native modules
            • Broadcast a geofence event
            • Returns the task configuration that should be used to execute the task
            • Creates JavaScript modules
            • Create view managers
            Get all kandi verified functions for this library.

            react-native-boundary Key Features

            No Key Features are available at this moment for react-native-boundary.

            react-native-boundary Examples and Code Snippets

            geofence and if app terminated local notification can push when user arrived company
            JavaScriptdot img1Lines of Code : 139dot img1License : Strong Copyleft (CC BY-SA 4.0)
            copy iconCopy
            # install permissions library
            npm i react-native-permissions@3.x
            
            # install push-notification library
            npm i react-native-push-notification@8.x
            
            # install forked react-native-boundary
            npm i github:teambitvictory/react-native-boundary#b4d143

            Community Discussions

            QUESTION

            geofence and if app terminated local notification can push when user arrived company
            Asked 2021-Oct-25 at 23:41

            we would like to push local notification after user arrived boundary company. so which library should we use. one more think if user terminate the app, app can push notification when user arrived company.I try to use https://github.com/eddieowens/react-native-boundary and https://github.com/mauron85/react-native-background-geolocation

            ...

            ANSWER

            Answered 2021-Oct-25 at 23:41

            You need to use geo-fence for sure.

            mauron85/react-native-background-geolocation not have geo-fence feature according to its README file so you can't use the library for this purpose.

            I have used transistorsoft/react-native-background-geolocation to make exactly the same thing, it works with no issue, but it's not free.

            react-native-boundary is free, but not support. According to open GitHub issues, it has some problems, repo owner not supporting the library for almost 2-3 years. You can still solve a lot of problems with open PRs. I didn't use it, but if you want to go with free, I suggest you examine it.

            EDIT: I make it with react-native-boundary, check below code:

            Install dependencies:

            Source https://stackoverflow.com/questions/69341045

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install react-native-boundary

            In XCode, in the project navigator, right click Libraries ➜ Add Files to [your project's name]
            Go to node_modules ➜ react-native-boundary and add RNBoundary.xcodeproj
            In XCode, in the project navigator, select your project. Add libRNBoundary.a to your project's Build Phases ➜ Link Binary With Libraries
            Run your project (Cmd+R)<
            Open up android/app/src/main/java/[...]/MainActivity.java
            Add import com.eddieowens.RNBoundaryPackage; to the imports at the top of the file
            Add new RNBoundaryPackage() to the list returned by the getPackages() method
            Append the following lines to android/settings.gradle: include ':react-native-boundary' project(':react-native-boundary').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-boundary/android')
            Insert the following lines inside the dependencies block in android/app/build.gradle: compile project(':react-native-boundary')
            Add the ACCESS_FINE_LOCATION permission to your AndroidManifest.xml like so,.
            NSLocationAlwaysUsageDescription
            NSLocationWhenInUseUsageDescription
            NSLocationAlwaysAndWhenInUseUsageDescription

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • npm

            npm i react-native-boundary

          • CLONE
          • HTTPS

            https://github.com/eddieowens/react-native-boundary.git

          • CLI

            gh repo clone eddieowens/react-native-boundary

          • sshUrl

            git@github.com:eddieowens/react-native-boundary.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link