Sergei Dryganets

Results 22 comments of Sergei Dryganets

Installation of the dev package fixes the problem. I think whoever will have the same issue will be able to google the solution by stack-trace now.

You could try latest dev version. It is working for me. The monteray doesn't have opengl anymore.

You can't just enable FTL as it's only supported for 64 bit code. It's not true for most of android devices.

I think it's possible. I just enabled the DFG_JIT on synthetic octane test it shows 2x improvement in pure JS speed.

We try DFG_JIT on our project. Synthetic octane tests show 2 times performance improvement. Though that doesn't have any impact on the application performance. So we decided to switch back...

hmm, I guess I have one somewhere. Will try to take a time to find it and add :)

https://github.com/andpor/react-native-sqlite-storage/pull/220 This might be not ideal but should unblock you.

yep @jonmountjoy, I ended up making the PR to the [DT](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/24401/files), it was faster to merge. Sorry, should have mentioned that in this thread.

You don't need to have a root access if you the version of the App is debug. use ```adb shell run-as your.package ``` The database is located in the databases...