Ana Margarida Silva
Ana Margarida Silva
Hi! First of all I would like to thank you for this library, was looking for a project that provided this type of functionaly with having to deal with atlas...
First of all, thank you for this amazing library! I found an issue in iOS when using `SafeAreaView` (both from `react-native` and `react-native-safe-area-context`) with SharedElements. Without the SafeAreaView it works...
**Describe the bug** The logic documented in the Decorators docs for SvelteKit - https://storybook.js.org/docs/svelte/writing-stories/decorators#global-decorators - does not seem to be working. **To Reproduce** I made a repo with a reproduction...
## Description In iOS, when using `KeyboardAvoidingView` with behaviour `height`, after the first appearance of the keyboard by focusing on the input, when clicking in the input, the keyboard appears...
## Summary: There are two issues related to line height in Android: 1. the height of the input changes when typing, since it seems the line height is not taken...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue When the `inverted` prop is `true` for the `FlatList`, the...
Hi! I'm trying to write e2e tests with Playwright and test the functionality of testing different QRCodes in the same test. I'm facing some issues specific to the functionality of...
Hi! First of all would like to thank you for this awesome library! I'm trying to port existing code from `react-native-camera` to `react-native-vision-camera` and one of the functionality is the...
Using the code as example, this warning always appear: ``` Require cycle: node_modules/vision-camera-code-scanner/src/index.ts -> node_modules/vision-camera-code-scanner/src/hook.tsx -> node_modules/vision-camera-code-scanner/src/index.ts ``` The code being used: ``` import React from "react"; import { Camera,...
### 🚀 Feature Request I have a use case in my company where we want to test a flow that involves scanning QRCodes. Right now the setup is very flaky...