-
### Description
since version `v0.73.0` the roles for `radio` & `checkbox` are not announced by Screen readers on ios
this was working in `v0.72.10` but stopped working in `v0.73.0`
### Ste…
lutzk updated
4 months ago
-
When, I run `npm install` on my local machine, I have this warning. The intent of this issue is to find a way to fix them
```
npm WARN @reach/alert@0.11.0 requires a peer of react@^16.8.0 but none…
-
Many errors occurred during conversion from react to solid, I am trying to convert remix-ui, I think its the best ui library that if converted to solid would benefit a lot and also after shadcn-ui
…
-
We have implemented video calling using Azure communication services . we are able to connect each others in video call automatically using room Id. But we need to implement "Admit", "Admit All" befor…
-
Going off of your example for zooming and panning (https://www.react-simple-maps.io/zoom-pan), on a touch screen panning with one finger does nothing. As this is not an expected behavior a good soluti…
-
The code works perfectly fine in the apps.
However, when I tested it using Jest, it will always return error upon calling `form.validateFields()`.
The sample error returned is
```
{
…
-
When I add another Stack.Navigator as a component to CurvedBottomBar.Screen and add screens to it, the screens are displayed but the parameters and settings of the screens are not passed on.
() =>…
-
Hi,
I'm unable to get it working on a brand new RN project
1. Create a empty project with `npx react-native init alert`
2. Follow the [these](https://github.com/emekalites/react-native-alarm-no…
-
**Describe the bug or question**
The site [https://single-spa.surge.sh/react](https://single-spa.surge.sh/react) loads very slowly, Seems to download ~7.7MB over 30 seconds on the initial request, wh…
-
监听安卓返回键,不生效
BackHandler.addEventListener('hardwareBackPress', this._clickBack);