Closed premdasvm closed 1 year ago
I think i found what's wrong, i'm getting the package
name for android from my env
file, when i moved that and directly applied my package name
it's working.
android: {
adaptiveIcon: {
foregroundImage: "./assets/adaptive-icon.png",
backgroundColor: "#ffffff",
},
package: "com.my.packagename",
},
So this issue is closed then
Your Environment
react-native -v
): 0.72.5Expected Behavior
React Functional component example from the documentation to work on the
dev-client
.Actual Behavior
Pressing the enable background geo location button shows an error. Also Permission popups not showing, had to manually go to settings and allow permissions. App is on debug mode, still showing
LICENSE_VALIDATION_FAILURE
when i callstart()
function.Showing
[onLocation] {"error": 1}
on IOS.Steps to Reproduce
react-native-background-geolocation
as per documentation.Logs
``` ReactNativeJS com.padaz.fieldsync.development W Possible Unhandled Promise Rejection (id: 3): "LICENSE_VALIDATION_FAILURE" ```