Sudhakar Pachava

Results 3 issues of Sudhakar Pachava

Hi Team Getting below error in React native latest version(0.71.8) Project Version details: "react": "18.2.0", "react-native": "0.71.8", "react-native-boundary": "^1.1.1", D:\MySamples\RNGeofenceTesting\node_modules\react-native-boundary\android\src\main\java\com\eddieowens\receivers\BoundaryEventBroadcastReceiver.java:6: error: cannot find symbol import android.support.v4.app.JobIntentService; ^ symbol: class JobIntentService...

Hi Team Please update the library for Android 13 and above version fix. After Adding below facing some another issue final int flag = Build.VERSION.SDK_INT >= Build.VERSION_CODES.M ? PendingIntent.FLAG_UPDATE_CURRENT |...

Hi Team I have some doubts about this library 1. Geofence Enter and Exit not triggering on all devices. 2. Geofence Enter and Exit will work when the app is...