David Stepanov

Results 24 comments of David Stepanov

This still happens in reanimated version `3.1.0`

Maybe [this](https://github.com/kylemanna/docker-openvpn/blob/master/docs/faqs.md#how-do-i-edit-openvpnconf) can help

The same issue. It's not working. Tried with react-native version `0.73.4`, tried setting `include` and `collapseGroups: false `

@akshit-dev101 in our case it happened because we use Google Maps as well. When charts are loaded and then a user goes to GoogleMap screen, the problem you mentioned appears....

We just work around the problem. This is code inside our component which shows charts. It removes script from the dom and forces the library to load chart again ```ts...

Sorry, I have no ideas what else may cause the problem. Most likely, in your case, there is another reason. Try setting breakpoints in devtools inside the library code and...

@conara thank you, it solved the problem

We have the same issue in the simulator, but on a real device with iOS 18 the picker works

We have the same issue. It happens only on Android with ReactNative version `0.76` and disabled new architecture. Downgrading to `3.16.7` helps. It appeared in `3.17.0` and it's reproduciable in...

In our case after migration to expo `52.0.37` the tests where `FormData` is used stopped working. @otajor 's fix helps and they run after it, but there is an issue...