Vlad Zainchkovskyi
Vlad Zainchkovskyi
Not sure if it is related. But I get heap leak for simple expect: ``` let items = tree.root.findAllByProps({ testID: 'CrewItem.Employee' }) expect(items).toHaveLength(8) // stacked and throws leak in 30-60...
Any described solution don`t work for me. `yarn add [email protected]` - No `yarn add http://github...` - No `yarn add [email protected]` - Can't release I found only one way to resolve...
> `ncu` excludes deprecated packages by default. From suggestion, I think main problem that we don't know about it. We almost always stay for a long of time, before we...
@raineorshine Thank you. I will try to check later. I'm overloaded at the moment.
I have similar problem when I execute this code: ``` sound = new Sound({ uri }, async err => { .... }) ``` Callback is called after complete audio load.
Update is pretty important. I experience issue that `useSelector` doesn't make component to rerender on state change. Issue gone when I downgrade to RTK v1 or drop redux-persist.
Here is store setup example that I have in app. I don't remember versions. I think @reduxjs/toolkit was [2.0.1](https://www.npmjs.com/package/@reduxjs/toolkit/v/2.0.1) or 2.1.0 Also react-redux to reproduce requires v9+. I downgraded to...
It can happen when there are 2 instances of redux-persist. I had issue when I have 1 bundle connected and second, which replaces the first one. In result only 1...
any progress on this? `SplashScreen.hide()` is not working when running with detox. We have to comment: `// [RNSplashScreen show];`, before doing any tests
same issue: https://github.com/ivpusic/react-native-image-crop-picker/issues/1199 Workaround with timeout temporary can help, but it is not stable.