Sendy Putra

Results 4 comments of Sendy Putra

Try the following steps: (Taken from [here](https://support.strava.com/hc/en-us/articles/216918967-Troubleshooting-GPS-Issues)) Turn phone off/on Turn GPS off/on Disable any battery saver settings, including Power Saving Mode, Battery Management or any third party apps Perform...

i have test using cordova-plugin-file & cordova-plugin-file-transfer, its work for me ``` function download() { var remoteFile = "http://cdn.wonderfulengineering.com/wp-content/uploads/2014/05/mobile-wallpapers-24-610x1084.jpg"; window.resolveLocalFileSystemURL(cordova.file.externalDataDirectory, function(fileEntry) { var filename = 'image.jpg'; var filepath = fileEntry.toURL()...

Workaround: I've had manually run `./gradlew generateCodegenArtifactsFromSchema` in the `android` folder and now it seems to be working... _Originally posted by @saczx in https://github.com/react-native-async-storage/async-storage/issues/1070#issuecomment-1999653053_

> Go to: node_modules › @react-native-clipboard › clipboard › android › src › main › AndroidManifest.xml And add package="com.reactnativecommunity.clipboard" like this: this is work for me using react native 0.68.6,...