Michel

Results 3 issues of Michel

### Current Behavior While testing my components I am trying to use user events https://callstack.github.io/react-native-testing-library/docs/user-event ``` // This wont work const user = userEvent.setup(); await user.press(button); // This works! fireEvent.press(button);...

### Current Behavior When trying to test my components using RNTL and getByRole "button" I get an error since Tamagui implementation it's just a View under the hood (As far...

### Current Behavior for example gap="$-5" is ignored ### Expected Behavior Create a negative gap of $-5 ### Tamagui Version ```markdown ^1.111.8 ``` ### Platform (Web, iOS, Android) ```markdown iOS,...