Daniel Koprowski
Daniel Koprowski
I've the same issue. Both iOS & Android are affected.
Looks like `[RNSplashScreen show]` has some strange `while (waiting)` => `while (true)` in its code. The other method `[RNSplashScreen showSplash:@"LaunchScreen" inRootView:rootView];` has a bit different code. I think it fixes...
Any workaround? This is still the issue.
This is still the case.
I have a similar issue: https://github.com/oblador/react-native-keychain/issues/488 Did you managed to fix it somehow?
The issue is with this line: ``` rules: Keychain.SECURITY_RULES.NONE, ``` As when I comment it out it works. But... I don't want the default mechanism. I want no security rules...
Hi @linvain any plans to do this? I also use `~` syntax like `~components/` `~consts/` for root and my local files goes to the top of the file - above...
@kekel87 Thanks, it works :)
@mcharytoniuk Hi, how did you managed to make it work with yarn portal? I've added sth like this to devDependencies `"import-sort-style-daniel": "file:./config/import-sort-style",`. It is a folder with `index.ts` and `package.json`...
Hi, I installed this version of `"@types/node": "18.7.23"` and it is fixed now. What is interesting – I didn't had this package in my project previously at all.