mirror of
https://github.com/status-im/dappconnect-chat-sdk.git
synced 2025-01-11 22:45:03 +00:00
a5fdd22d51
* feat: add blurview to topbar and composer with scroll position * fix: icon button component and adds scrolls var position for the top bar * fix: changes from review
9 lines
142 B
TypeScript
9 lines
142 B
TypeScript
import 'react-native-svg'
|
|
|
|
declare module 'react-native-svg' {
|
|
export interface SvgProps {
|
|
xmlns?: string
|
|
xmlnsXlink?: string
|
|
}
|
|
}
|