yutasuzuki / react-native-record-screen

react-native-record-screen
MIT License
149 stars 40 forks source link

startRecording() always returns started #66

Open dprajapati1179 opened 2 years ago

dprajapati1179 commented 2 years ago

I am using react-native-record-screen to record screen in my APP.

I want two type of rendering according to state of recording permission that means if user grant the recording permission then show video and give option to share that but I he denies then I want on state to be false so that I can provide another option to APP user but the problem is the promise startRecording() always returns started for all three option on iOS permission prompt

I am sharing a ScreenShot of the permission dialogue box there are three options and for all three the response of permission is started and the type is string

permission

dprajapati1179 commented 1 year ago

Any update on this ?

vishaldybot commented 7 months ago

where does the recorded video get saved??