Robson Barreto dos Santos

Results 9 comments of Robson Barreto dos Santos

There is anyone maintaining this repo? @stovmascript could you merge it? I am currently using this from a forked branch and is working pretty well.

Guys, if it helps: My app is running for a while with the workaround that I suggested in my previous comment (call `kronosClock.syncInBackground();` when the app goes to foreground), I...

Yes, that's why I don't think this is a definitive solution, is just a workaround that reduces this issue impact.

Maybe @keith @arturdryomov or someone else at Lyft team could guide us into a definitive solution.

I've tested on a real device and the issue persists. Any updates?

@rahul-s If you provide me some guidance I can fork the project, fix the issue, and send you a PR. Where do you suppose that this issue should be?

@mrousavy Based on the code from RN Camera shared by @kesteer and the fact that android docs also point to `MediaActionSound`, seems like shutter sound should be called manually. I...

Hey @mrousavy, please see if it helps: ``` VisionCamera.startRecording(options:onVideoRecorded:onError:): Starting Video recording... VisionCamera.startRecording(options:onVideoRecorded:onError:): File path: /private/var/mobile/Containers/Data/Application/0C851915-C0A8-485C-9DF7-DBAA32F8EEC6/tmp/ReactNative/28C32550-D59F-49AF-A0B3-5CD6F344CDE1.mov VisionCamera.startRecording(options:onVideoRecorded:onError:): Recommended Video Settings: ["AVVideoCodecKey": hvc1, "AVVideoWidthKey": 1080, "AVVideoCompressionPropertiesKey": { AllowFrameReordering = 1; AllowOpenGOP...

To make this more easy, i created this method: ``` private void changeFieldDataType(DynamicRealm realm, Class newDataType, String entity, final String field, final Command changeFieldDataType) { final String tempField = TEMP_PREFIX+field;...