Add UI for the Notification and History screens, as well as several components on the Home screen
This commit is contained in:
6
declarations.d.ts
vendored
Normal file
6
declarations.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
declare module '*.svg' {
|
||||
import React from 'react';
|
||||
import {SvgProps} from 'react-native-svg';
|
||||
const content: React.FC<SvgProps>;
|
||||
export default content;
|
||||
}
|
Reference in New Issue
Block a user