Oussama G.
Oussama G.
> @ou2s > > Just to confirm. You are saying you fixed the issue by using > > `[RNSplashScreen showSplash:@"LaunchScreen" inRootView:rootView];` > > Instead of > > `[RNSplashScreen show]` >...
Des anyone know how to solve this issue ?
Did you try to use the NVMEfix.kext ?
@codal-mpawar thanks for the fix. FYI, this line causes occasional crashes : ` UIWindowScene *scene = (UIWindowScene *)array[0];` Crash: `*** -[__NSArrayI_Transfer objectAtIndexedSubscript:]: index 0 beyond bounds for empty array` I...
> do you already have a solution for this? Im also experiencing it huhuhu @tipaniclayr30 Sorry you didn't tag me, so I didn't see your question. I just added a...
@hramos This issue should be open... (like many others) Anyway, thanks for the workaround guys.
+1 NativeScript
I think I managed to answer some of my own questions with more research, thanks to reading the source code, Apple documentation, and @JoniVR comments on his PR. It would...