appandflow / appandflow/expo-image-cropping
Max height limit
- 主要语言
- TypeScript
- 星标
- 7
- 派生
- 0
- PR 合并指标
- 30 天内没有已合并 PR
描述
Greetings and congratulations for the work.
I have a suggestion, I was testing the package and there is something wrong with the user experience, the cut and/or cancel buttons are on top of the image when the image has a considerable height.
I propose to adjust that using a dimanic hook that detects the height of the screen and
❌:

✅:

Use height property:
```js
const { width, height } = useWindowDimensions();
```

贡献指南
评估
这个 Issue 还没有评估数据。