Bumps and fixes for react native version bump
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
"@react-native-community/blur": "^4.3.2",
|
||||
"@react-navigation/native": "^6.1.7",
|
||||
"@react-navigation/native-stack": "^6.9.13",
|
||||
"react": "^18.2.0",
|
||||
"react-native": "^0.72.3",
|
||||
"react": "^19.1.1",
|
||||
"react-native": "^0.81.0",
|
||||
"react-native-fast-image": "^8.6.3",
|
||||
"react-native-gesture-handler": "^2.12.1",
|
||||
"react-native-mmkv": "^2.10.2",
|
||||
@@ -42,7 +42,7 @@
|
||||
"@types/react-native-vector-icons": "^6.4.13",
|
||||
"@types/react-native-video": "^5.0.15",
|
||||
"babel-plugin-module-resolver": "^5.0.0",
|
||||
"eslint": "^8.46.0",
|
||||
"eslint": "^9.33.0",
|
||||
"eslint-plugin-prettier": "^5.0.0",
|
||||
"metro-react-native-babel-preset": "^0.77.0",
|
||||
"prettier": "^3.2.4",
|
||||
|
||||
@@ -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
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user