11 lines
178 B
TypeScript
11 lines
178 B
TypeScript
/**
|
|
* NOTE
|
|
* This modal is used only in the web build
|
|
* Native uses a third-party library
|
|
*/
|
|
|
|
export const snapPoints = ['0%']
|
|
|
|
export function Component() {
|
|
return null
|
|
}
|