Bumps and fixes for react native version bump

This commit is contained in:
2025-08-12 15:36:55 -06:00
committed by Loewy
parent 364171a107
commit 5fcc1a4f77
9 changed files with 2419 additions and 3138 deletions

View File

@@ -47,7 +47,7 @@ export const RecordingButton: React.FC<RecordingButtonProps> = ({ style, camera,
onMediaCaptured(video, 'video')
onStoppedRecording()
},
})
}, 'video.mp4')
console.log('called startRecording()!')
isRecording.current = true
setRecordingState(true)
@@ -93,4 +93,4 @@ const styles = StyleSheet.create({
},
})
export default RecordingButton
export default RecordingButton