react-native-boundary icon indicating copy to clipboard operation
react-native-boundary copied to clipboard

Native implementation of geofencing/region monitoring

Results 34 react-native-boundary issues
Sort by recently updated
recently updated
newest added

Hello, we have been having this issue on Android app Target 31. Ref document: [https://stackoverflow.com/questions/67045607/how-to-resolve-missing-pendingintent-mutability-flag-lint-warning-in-android-a](url) I tried with solution add dependency into build.gradle `implementation 'androidx.work:work-runtime:2.7.1'` But it still does not...

hi, i implement the required code for catch the enter and exit events on headless function in index.js file. When app is active works perfectly but when app is in...

[!] The `RNBoundary` pod failed to validate due to 1 error: - ERROR | attributes: Missing required attribute `homepage`. - WARN | source: The version should be included in the...

Code I use: ``` import React from 'react' import {Component} from 'react'; import { View, Text, Dimensions, } from 'react-native'; import Boundary, {Events} from 'react-native-boundary'; const {height} = Dimensions.get('window'); export...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

This fix refactors the previous pod spec to use the info from the package.json instead of be hardcoded. Also fixes pod install so correctly can be auto linked on React-Native...

Is required for the latest React Native version.

![Screen Shot 2019-09-07 at 12 56 38 PM](https://user-images.githubusercontent.com/36911610/64471411-1bd48b80-d16f-11e9-98fb-ada6e8dd20db.png) Works fine on android but as soon as I open it on IOS I get this error.