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
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