Gustavo Garcia
Gustavo Garcia
Maybe android 12 not working is related with the new permissions: https://developer.android.com/about/versions/12/features/bluetooth-permissions?hl=pt_br
Confirmed problem on android 5.1.1. Works fine on newer versions.
After some research. I've found out that some people forked sqlflite lib and changed dependencies to use zetetic.sqlcipher and FMDB/cipher. I'm learning right now about sending native code to flutter....
Durations have three main function: * type used to describe a duration to be summed without a date * parser (example, parse HH:MM:DD) * Display (ex. human readable display such...
It looks as it's not really a library problem. When you launch the camera, it launches as new Activity a from Android P (9) and on, it's allowed the OS...
It looks as it's not really a library problem. When you launch the camera, it launches as new `Activity` a from Android P (9) and on, it's allowed the OS...
> I have the same issue with React Native `0.59`, but it is very intermittent and I can't reproduce this issue. Sometimes it happens and sometimes nothing happened:) > >...
> Anyone facing this app kill issue, a workaround is the [notifee foreground service](https://notifee.app/react-native/docs/android/foreground-service). By using that, it will keep your app alive. > > What you must do: >...
I've fixed that problem on my branch: https://github.com/goostavo/react-native-serialport
Possibly duplicate of #1972