You've already forked joplin
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:
@ -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'),
|
||||
},
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user