Tomjvk
Tomjvk
The freezing bug only seems to happen when debugger is on (attached to packager). Maybe something related to chrome? When running without debugging I am not able drag elements in...
Moving `const Stack = createSharedElementStackNavigator();` outside the scope fixed the issue: ``` const HomeTab = () => { const Stack = createSharedElementStackNavigator(); ``` TO ``` const Stack = createSharedElementStackNavigator(); const...
Is it possible to cross sign kernel drivers in windows 11? For me "UpgradedSystem"=dword:00000001 does not work.