Christian Wolf Alves Hess Carneiro

Results 20 comments of Christian Wolf Alves Hess Carneiro

Does this package still work? Getting `null is not an object (evaluating 'PromptAndroid.promptWithArgs')` when trying to run the basic example in the readme

@klis87 Thanks for replying will check it right now and get back to you

Well, when callind error.json() the error is the same but it reads as `TypeError: Failed to execute >'json'< on 'Response': body stream already read at log`

I'm assuming this means that the json() command was executed before, but when running something like JSON.stringify(error) it returns an empty object

I'm still trying to grasp it all,just started using the package today. Maybe some day in the future or during a weekend (currently having a lot of work, i'm renovting...

Problem is i'm at home right now and am not able to connect to the company's VPN (for w/e reason) so i'm unable to fire the requests. I think i'm...

I managed to put the blur inside of an AnimatedView, and change the opacity of that. However that caused some issues with the blur rendering on top of a few...

android/app/build.gradlew ``` gradle apply plugin: "com.android.application" apply plugin: "com.facebook.react" // background-geolocation Project background_geolocation = project(':react-native-background-geolocation-android') apply from: "${background_geolocation.projectDir}/app.gradle" /** * This is the configuration block to customize your React Native...

android/build.gradle ``` gradle // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext { buildToolsVersion= "33.0.0" minSdkVersion = 21 compileSdkVersion = 33 targetSdkVersion...

thanks I will give those a look. I had copied the setup from [this section](https://github.com/transistorsoft/react-native-background-geolocation/blob/master/help/INSTALL-ANDROID-AUTO.md#open_file_folder-androidbuildgradle) of the docs: ![image](https://github.com/transistorsoft/react-native-background-geolocation/assets/34290680/52c450ea-81b6-4d9e-9bd7-d19b9a774c99)