Adrian Carolli

Results 27 issues of Adrian Carolli

I get this error on Android only when I try to upload a file using a `uri` from `react-native-camera`: ``` {"framesToPop": 1, "code": EUNSPECIFIED} ``` My upload code: ``` //...

I don't get any error or exception or crash but the progress just halts: ``` upload started helpers.js:179 progress {progress: 0, id: "33614308-5fe2-4c0d-a7ba-684a6bf0c773"} helpers.js:179 progress {progress: 16, id: "33614308-5fe2-4c0d-a7ba-684a6bf0c773"} helpers.js:179...

The pulse is square on android instead of a circle. Tested on multiple android devices: S4 and S7 Edge

Most of the time the thumbnails are blurry. I'm taking the videos with react-native-camera like so: ``` const options = { quality: RNCamera.Constants.VideoQuality["480p"], mute: true // maxDuration: 60 * 3...

Somewhere in the README we should add that you need storage permission to use this library for Android: ```javascript import Permissions from "react-native-permissions"; ... if(!isIos) await Permissions.request("storage"); ```

Hi 👋 I'm trying to call the Github API which uses https but when I do so I get a 301 (moved permanently) most likely because its upgrading the http...

**Why** We don't want our users to change the pre-filled email address. I'm not sure if this is possible. Let me know if it is or isn't. **Example** ``` ```

Hi @CaiWanFeng I came across your repository from this stackoverflow thread: https://stackoverflow.com/a/72824490/559891 I was wondering if you knew of a way to listen for play and pause events when in...

**Why** It allows you to switch modes at run time. For example, if you have an app that plays both audio and video you may need to update the `iosCategoryMode`...

**Describe the Bug** I'm currently playing audio using track player but the audio does not play via the car speakers. Audio comes from the phone instead. **Steps To Reproduce** 1....

Bug