RakaDoank
RakaDoank
@trasherdk it doesn't invalid. What i'm trying to do is input UUID in values syntax, not the ID as column reference. `mysql.query('insert into table values (?,?)',[id,123]);` is same as this...
I also have this issue. I can reproduce this in physical Android device (API 33) and Android simulator (API 34). So far, no problem on iOS simulator. I actually wanted...
I also made an alternative https://github.com/RakaDoank/react-native-android-finish, but only for android which is gracefully finish the app, instead of kill the process