1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Mobile: Camera screen: Support scanning QR codes (#11245)

This commit is contained in:
Henry Heino
2024-10-30 14:12:27 -07:00
committed by GitHub
parent 441021bb7e
commit 100f8a23f4
33 changed files with 2995 additions and 465 deletions

View File

@ -73,6 +73,7 @@ module.exports = {
'react-native-zip-archive': emptyLibraryMock,
'react-native-document-picker': emptyLibraryMock,
'react-native-exit-app': emptyLibraryMock,
'expo-camera': emptyLibraryMock,
// Workaround for applying serviceworker types to a single file.
// See https://joshuatz.com/posts/2021/strongly-typed-service-workers/.
@ -100,6 +101,7 @@ module.exports = {
'timers': require.resolve('timers-browserify'),
'path': require.resolve('path-browserify'),
'stream': require.resolve('stream-browserify'),
'crypto': require.resolve('crypto-browserify'),
},
},