Break out the web/native image picking code and make some progress on the web version
This commit is contained in:
parent
0673129b20
commit
7916b26aad
21 changed files with 738 additions and 138 deletions
11
src/view/com/modals/crop-image/CropImage.tsx
Normal file
11
src/view/com/modals/crop-image/CropImage.tsx
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
/**
|
||||
* 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue