react-native-record-screen-zone
react-native-record-screen-zone
Installation
npm install react-native-record-screen-zone react-native-record-screen react-native-ffmpeg
Usage
; const App = { const startRecording stopRecording RecordScreenZone = ; const _handleOnStartRecording = { } const _handleOnStopRecording = async { const res = await if res console } return <> <Navbar /> <View> <View> <Text>Not recording area<Text> </View> <RecordScreenZone> <View> <Text>Recording area<Text> </View> </RecordScreenZone> </View> <Footer /> </> }
License
MIT