Marcel S.

Results 30 comments of Marcel S.

@maxs15 Thanks for this awesome lib! Is this PR still coming? edit: Would be perfect to initialise the camera upfront and show it later (in a different place) instantaneously (and...

@maxs15 I did not change my view styles, so I don't know about that. But it will not re-render my sub-components anymore. Before that, all my sub-components (e.g. segmentBar, controls,...

I don't get it why this behaves so differently on the first appearance? I changed this code ``` objective-c // Alloc UI element if (_recorderView == nil) { _recorderView =...

@maxs15 any news here? I can not write Objective-C. I would really like to know, why I have to render the `RecorderComponent` two times, before I am able to save...

+1 I run into the same issue today. Was working perfectly fine, but after some time it was not working anymore (same error message) @maxs15 why was this closed?

At the moment it will work, when I reinitialise the camera by opening it again. I did change beforehand this "if statement" https://github.com/maxs15/react-native-screcorder/blob/master/ios/RNRecorderManager.m#L24-L31like mentioned in the other issue. Maybe it...

Got the same problem today. Here my solution: (basically I match against the args instead of the selector function) ```js .provide({ // assert that the selector got called with the...

I got this to work by sending the device token manually to the mixpanel api. ``` js console.log('TOKEN:', token); let params = { '$distinct_id': 'xxx', '$token': 'apiTokenMixpanel', '$union': {}, };...

+1 would love to see imageUri for fileUpload on iOS too. Thank you