mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-30 10:36:35 +02:00
Fix build
This commit is contained in:
parent
7557791230
commit
b2d59002bb
@ -23,7 +23,7 @@ import CustomButton from './CustomButton';
|
||||
|
||||
// We need this to suppress the useless warning
|
||||
// https://github.com/oblador/react-native-vector-icons/issues/1465
|
||||
Icon.loadFont().catch((error) => { console.info(error); });
|
||||
Icon.loadFont().catch((error: any) => { console.info(error); });
|
||||
|
||||
// Rather than applying a padding to the whole bar, it is applied to each
|
||||
// individual component (button, picker, etc.) so that the touchable areas
|
||||
|
@ -17,7 +17,7 @@ import { AppState } from '../../utils/types';
|
||||
|
||||
// We need this to suppress the useless warning
|
||||
// https://github.com/oblador/react-native-vector-icons/issues/1465
|
||||
Icon.loadFont().catch((error) => { console.info(error); });
|
||||
Icon.loadFont().catch((error: any) => { console.info(error); });
|
||||
|
||||
class SearchScreenComponent extends BaseScreenComponent {
|
||||
|
||||
|
@ -16,7 +16,7 @@ import { reg } from '@joplin/lib/registry';
|
||||
|
||||
// We need this to suppress the useless warning
|
||||
// https://github.com/oblador/react-native-vector-icons/issues/1465
|
||||
Icon.loadFont().catch((error) => { console.info(error); });
|
||||
Icon.loadFont().catch((error: any) => { console.info(error); });
|
||||
|
||||
interface Props {
|
||||
syncStarted: boolean;
|
||||
|
@ -4725,7 +4725,7 @@ __metadata:
|
||||
react-native-document-picker: 8.1.3
|
||||
react-native-dropdownalert: 4.5.1
|
||||
react-native-file-viewer: 2.1.5
|
||||
react-native-fingerprint-scanner: ^6.0.0
|
||||
react-native-fingerprint-scanner: 6.0.0
|
||||
react-native-fs: 2.20.0
|
||||
react-native-get-random-values: 1.8.0
|
||||
react-native-image-picker: 4.10.3
|
||||
@ -27612,7 +27612,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"react-native-fingerprint-scanner@npm:^6.0.0":
|
||||
"react-native-fingerprint-scanner@npm:6.0.0":
|
||||
version: 6.0.0
|
||||
resolution: "react-native-fingerprint-scanner@npm:6.0.0"
|
||||
peerDependencies:
|
||||
|
Loading…
Reference in New Issue
Block a user